alistair23-linux/sound/soc/samsung
Axel Lin 974edd30be ASoC: Include linux/module.h for smdk2443_wm9710
Include linux/module.h to fix below build error:
  CC      sound/soc/samsung/smdk2443_wm9710.o
sound/soc/samsung/smdk2443_wm9710.c:64: error: expected declaration specifiers or '...' before string constant
sound/soc/samsung/smdk2443_wm9710.c:64: warning: data definition has no type or storage class
sound/soc/samsung/smdk2443_wm9710.c:64: warning: type defaults to 'int' in declaration of 'MODULE_AUTHOR'
sound/soc/samsung/smdk2443_wm9710.c:64: warning: function declaration isn't a prototype
sound/soc/samsung/smdk2443_wm9710.c:65: error: expected declaration specifiers or '...' before string constant
sound/soc/samsung/smdk2443_wm9710.c:65: warning: data definition has no type or storage class
sound/soc/samsung/smdk2443_wm9710.c:65: warning: type defaults to 'int' in declaration of 'MODULE_DESCRIPTION'
sound/soc/samsung/smdk2443_wm9710.c:65: warning: function declaration isn't a prototype
sound/soc/samsung/smdk2443_wm9710.c:66: error: expected declaration specifiers or '...' before string constant
sound/soc/samsung/smdk2443_wm9710.c:66: warning: data definition has no type or storage class
sound/soc/samsung/smdk2443_wm9710.c:66: warning: type defaults to 'int' in declaration of 'MODULE_LICENSE'
sound/soc/samsung/smdk2443_wm9710.c:66: warning: function declaration isn't a prototype
make[3]: *** [sound/soc/samsung/smdk2443_wm9710.o] Error 1
make[2]: *** [sound/soc/samsung] Error 2
make[1]: *** [sound/soc] Error 2
make: *** [sound] Error 2

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2011-12-08 00:12:12 +08:00
..
ac97.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
dma.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
dma.h ASoC: Samsung: Update DMA interface 2011-09-14 11:10:04 +05:30
goni_wm8994.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
h1940_uda1380.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
i2s-regs.h ASoC: SAMSUNG: Add idma related register definition 2011-06-26 12:05:23 +01:00
i2s.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
i2s.h ASoC: Samsung: Rename from s3c24xx to samsung 2010-11-23 14:13:04 +00:00
idma.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
idma.h ASoC: SAMSUNG: Add I2S0 internal dma driver 2011-08-12 09:48:26 +09:00
jive_wm8750.c ASoC: Fix a typo in jive_wm8750 2011-12-08 00:11:20 +08:00
Kconfig ASoC: samsung: WM8994 depends on MFD_WM8994 2011-10-03 15:39:58 +01:00
ln2440sbc_alc650.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
Makefile ASoC: SAMSUNG: Add I2S0 internal dma driver 2011-08-12 09:48:26 +09:00
neo1973_wm8753.c ASoC: Remove redundant snd_soc_dapm_sync() calls from machine drivers 2011-10-08 14:10:54 +01:00
pcm.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
pcm.h ASoC: SAMSUNG: Move PCM specific definitions into pcm.c 2011-01-10 11:38:22 +00:00
regs-i2s-v2.h ASoC: Samsung: Rename from s3c24xx to samsung 2010-11-23 14:13:04 +00:00
rx1950_uda1380.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
s3c-i2s-v2.c ASoC: samsung: s3c-i2s-v2.c needs module.h 2011-10-03 21:34:12 +01:00
s3c-i2s-v2.h ASoC: Samsung: Rename from s3c24xx to samsung 2010-11-23 14:13:04 +00:00
s3c24xx-i2s.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
s3c24xx-i2s.h ASoC: Samsung: Rename from s3c24xx to samsung 2010-11-23 14:13:04 +00:00
s3c24xx_simtec.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
s3c24xx_simtec.h ASoC: Samsung: Rename from s3c24xx to samsung 2010-11-23 14:13:04 +00:00
s3c24xx_simtec_hermes.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
s3c24xx_simtec_tlv320aic23.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
s3c24xx_uda134x.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
s3c2412-i2s.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
s3c2412-i2s.h ASoC: Samsung: Rename from s3c24xx to samsung 2010-11-23 14:13:04 +00:00
smartq_wm8987.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
smdk2443_wm9710.c ASoC: Include linux/module.h for smdk2443_wm9710 2011-12-08 00:12:12 +08:00
smdk_spdif.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
smdk_wm8580.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
smdk_wm8580pcm.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
smdk_wm8994.c ASoC: SAMSUNG: Fix build error 2011-11-22 19:40:29 +00:00
smdk_wm8994pcm.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
smdk_wm9713.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
spdif.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
spdif.h ASoC: Samsung: Rename from s3c24xx to samsung 2010-11-23 14:13:04 +00:00
speyside.c ASoC: Correct name of Speyside Main Speaker widget 2011-11-27 16:03:51 +00:00
speyside_wm8962.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00