diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2015-04-28 08:21:41 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-28 11:49:47 -0400 |
commit | c0d44e59c2bedf81e620f5eb31eb9d4dc6219ad2 (patch) | |
tree | 7425e42d79634de6260468fdbce7a1f6cfc8e739 | |
parent | baf2a0e1c92255c1c0ee6d0468b247499f6f6f8b (diff) |
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>
-rw-r--r-- | sound/soc/codecs/rt5645.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index 2cab2eb0ca7d..f8a818b9ebb6 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c | |||
@@ -2685,7 +2685,7 @@ static int strago_quirk_cb(const struct dmi_system_id *id) | |||
2685 | return 1; | 2685 | return 1; |
2686 | } | 2686 | } |
2687 | 2687 | ||
2688 | static struct dmi_system_id dmi_platform_intel_braswell[] __initdata = { | 2688 | static struct dmi_system_id dmi_platform_intel_braswell[] = { |
2689 | { | 2689 | { |
2690 | .ident = "Intel Strago", | 2690 | .ident = "Intel Strago", |
2691 | .callback = strago_quirk_cb, | 2691 | .callback = strago_quirk_cb, |