From: Stephen Warren Date: Mon, 10 Mar 2014 16:38:40 +0000 (-0600) Subject: ASoC: Intel: don't select RT5640 if !I2C X-Git-Tag: v3.15-rc1~36^2~1^2~4^2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f410d5c953cf3c11629f138c5a2c3d3f40c61b5d;p=pandora-kernel.git ASoC: Intel: don't select RT5640 if !I2C The rt5640 driver won't compile without I2C enabled. Hence, the Intel Haswell and Baytrail+RT5640 ASoC drivers must also depend on I2C, since these select RT5640. This solves: sound/soc/codecs/rt5640.c:2220:1: warning: data definition has no type or storage class [enabled by default] sound/soc/codecs/rt5640.c:2220:1: error: type defaults to ‘int’ in declaration of ‘module_i2c_driver’ [-Werror=implicit-int] sound/soc/codecs/rt5640.c:2220:1: warning: parameter names (without types) in function declaration [enabled by default] sound/soc/codecs/rt5640.c:2210:26: warning: ‘rt5640_i2c_driver’ defined but not used [-Wunused-variable] Reported-by: Jim Davis Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed