diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-06-03 21:28:40 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-04 14:23:52 +0400 |
commit | 2bce133c3b00020f4bc146cea94ff5d4de9a8a0f (patch) | |
tree | 20aa7651ab0e4abc875b7570cc397aa9adf5d471 /sound/soc/codecs/lm49453.c | |
parent | 7376bde8945fe20d35aa51f493a7e43b60a39dbe (diff) | |
download | linux-2bce133c3b00020f4bc146cea94ff5d4de9a8a0f.tar.xz |
ASoC: lm49453: Remove version.h header file inclusion
version.h header file is no longer required.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/lm49453.c')
-rw-r--r-- | sound/soc/codecs/lm49453.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/lm49453.c b/sound/soc/codecs/lm49453.c index 802b9f176b16..c1bc9458906b 100644 --- a/sound/soc/codecs/lm49453.c +++ b/sound/soc/codecs/lm49453.c @@ -12,7 +12,6 @@ #include <linux/module.h> #include <linux/moduleparam.h> -#include <linux/version.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/delay.h> |