提交 e894beb8 编写于 作者: R Randy Dunlap 提交者: Mark Brown

ASoC: cs42l51: depends on I2C

Fix build errors when CONFIG_I2C is not enabled by making the
driver depend on I2C.

../sound/soc/codecs/cs42l51-i2c.c:55:1: warning: data definition has no type or storage class [enabled by default]
 module_i2c_driver(cs42l51_i2c_driver);
 ^
../sound/soc/codecs/cs42l51-i2c.c:55:1: error: type defaults to 'int' in declaration of 'module_i2c_driver' [-Werror=implicit-int]
../sound/soc/codecs/cs42l51-i2c.c:55:1: warning: parameter names (without types) in function declaration [enabled by default]
../sound/soc/codecs/cs42l51-i2c.c:45:26: warning: 'cs42l51_i2c_driver' defined but not used [-Wunused-variable]
 static struct i2c_driver cs42l51_i2c_driver = {
                          ^
Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
Acked-by: NBrian Austin <brian.austin@cirrus.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 4e449238
......@@ -337,6 +337,7 @@ config SND_SOC_CS42L51
config SND_SOC_CS42L51_I2C
tristate "Cirrus Logic CS42L51 CODEC (I2C)"
depends on I2C
select SND_SOC_CS42L51
config SND_SOC_CS42L52
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册