diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-02-18 15:35:08 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-02-21 04:35:58 -0500 |
commit | 014c4d637604c9af2f7f2ff4fd91b725a0c58a5c (patch) | |
tree | 57d050b535e168e0dd2dbdb16b39c355471bb103 /sound/pci/ice1712 | |
parent | bfa76d49576599a4b9f9b7a71f23d73d6dcff735 (diff) |
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/pci/ice1712')
0 files changed, 0 insertions, 0 deletions