Commit c0d44e59 authored by Sudip Mukherjee's avatar Sudip Mukherjee Committed by Mark Brown

ASoC: rt5645: fixed section mismatch

while building as a module we are getting warning about
section mismatch.
Signed-off-by: default avatarSudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent baf2a0e1
...@@ -2685,7 +2685,7 @@ static int strago_quirk_cb(const struct dmi_system_id *id) ...@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment