18 Feb
2013
18 Feb
'13
12:32 p.m.
version.h header file inclusion is not required as detected by versioncheck.
Signed-off-by: Sachin Kamat sachin.kamat@linaro.org --- All patches in this series are build tested and based on for-next branch of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tree. --- sound/soc/codecs/max98090.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c index fc17604..9ea73aa 100755 --- a/sound/soc/codecs/max98090.c +++ b/sound/soc/codecs/max98090.c @@ -23,8 +23,6 @@ #include <sound/max98090.h> #include "max98090.h"
-#include <linux/version.h> - #define DEBUG #define EXTMIC_METHOD #define EXTMIC_METHOD_TEST
--
1.7.4.1