ASoC: SAMSUNG: Fix build error
authorBoojin Kim <boojin.kim@samsung.com>
Tue, 22 Nov 2011 02:03:22 +0000 (11:03 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 22 Nov 2011 19:40:29 +0000 (19:40 +0000)
commit3d94a2a53a3979c30620e3adea10f20bef8267b3
treefa94cabff623f0325d74c3da24edde5003a3d20c
parent5c4b2aa3fd1dc30af098de5dec766a817621ace2
ASoC: SAMSUNG: Fix build error

This patch adds <linux/modules.h> to fix following build errors.

sound/soc/codecs/wm8994.c: In function 'wm8994_readable':
sound/soc/codecs/wm8994.c:58: warning: unused variable 'wm8994'
sound/soc/samsung/smdk_wm8994.c:176: error: expected declaration specifiers or '...' before string constant
sound/soc/samsung/smdk_wm8994.c:176: warning: data definition has no type or storage class
sound/soc/samsung/smdk_wm8994.c:176: warning: type defaults to 'int' in declaration of 'MODULE_DESCRIPTION'
sound/soc/samsung/smdk_wm8994.c:176: warning: function declaration isn't a prototype
sound/soc/samsung/smdk_wm8994.c:177: error: expected declaration specifiers or '...' before string constant

Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/samsung/smdk_wm8994.c