]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Fix compile breakage in jz4740.c and smartq_wm8987.c
authorJarkko Nikula <jhnikula@gmail.com>
Sun, 21 Nov 2010 17:48:44 +0000 (19:48 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 22 Nov 2010 14:04:05 +0000 (14:04 +0000)
commit9bbd3807a5c64f9ca5f31f1ad6b38b51b52cc159
treef3cb03676b418564dd1f8339c221fa066284c13f
parent62f2761117a24e570e2e14b875dfa25cd5a0bea8
ASoC: Fix compile breakage in jz4740.c and smartq_wm8987.c

Commit 92ca9f5 require that soc-dapm.h cannot be included before soc.h but
these two drivers were not checked. Fix them by including only soc.h as it
includes soc-dapm.h.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/jz4740.c
sound/soc/s3c24xx/smartq_wm8987.c