summaryrefslogtreecommitdiff
path: root/sound/soc/davinci
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-02-18 20:35:08 (GMT)
committerMark Brown <broonie@kernel.org>2015-02-21 09:35:58 (GMT)
commit014c4d637604c9af2f7f2ff4fd91b725a0c58a5c (patch)
tree57d050b535e168e0dd2dbdb16b39c355471bb103 /sound/soc/davinci
parentbfa76d49576599a4b9f9b7a71f23d73d6dcff735 (diff)
downloadlinux-014c4d637604c9af2f7f2ff4fd91b725a0c58a5c.tar.xz
ASoC: Samsung: add missing I2C/SPI dependencies
A few sound drivers for the samsung platforms are missing dependencies on I2C or SPI, which can lead to build errors like codecs/rt5631.c:1737:1: warning: data definition has no type or storage class 31_i2c_driver); codecs/rt5631.c:1737:1: error: type defaults to 'int' in declaration of 'module_i2c_driver' [-Werror=implicit-int] codecs/rt5631.c:1737:1: warning: parameter names (without types) in function declaration codecs/rt5631.c:1726:26: warning: 'rt5631_i2c_driver' defined but not used [-Wunused-variable] I have gone through all the ones that did not already have an I2C dependency and added the ones that I found missing, namely arndale, odroid-x2, littlemill, bells and speyside and this patch adds all the dependencies. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/davinci')
0 files changed, 0 insertions, 0 deletions