ASoC: rt5645: fixed section mismatch
while building as a module we are getting warning about section mismatch. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
baf2a0e1c9
commit
c0d44e59c2
|
@ -2685,7 +2685,7 @@ static int strago_quirk_cb(const struct dmi_system_id *id)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct dmi_system_id dmi_platform_intel_braswell[] __initdata = {
|
static struct dmi_system_id dmi_platform_intel_braswell[] = {
|
||||||
{
|
{
|
||||||
.ident = "Intel Strago",
|
.ident = "Intel Strago",
|
||||||
.callback = strago_quirk_cb,
|
.callback = strago_quirk_cb,
|
||||||
|
|
Loading…
Reference in New Issue