]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rt5645: fix build warning
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Wed, 7 Oct 2015 12:22:12 +0000 (17:52 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 8 Oct 2015 15:15:00 +0000 (16:15 +0100)
commit75b16e4958ec7aab11367cb19a3496085733ebbd
treea9152fd98adda5aadc26fc3c13f3c0610b43741c
parent1df0d4cae07d466bd01f2905fbd43f51ede7baf8
ASoC: rt5645: fix build warning

We were getting build warning about "Section mismatch".
dmi_platform_intel_broadwell is being referenced from the probe function
rt5645_i2c_probe(), but dmi_platform_intel_broadwell was marked with
__initdata.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Reviewed-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5645.c