diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-07-23 17:25:15 +0530 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-03 23:03:55 +0100 |
commit | 0651322bfcf3ca51802c6d8d161d6d1c9f3013eb (patch) | |
tree | b32e03638aa50210f5e32efc0937d1cdbbfd913c | |
parent | d77ae3329292baebfc6eced97d2e12b66349f83c (diff) | |
download | linux-3.10-0651322bfcf3ca51802c6d8d161d6d1c9f3013eb.tar.gz linux-3.10-0651322bfcf3ca51802c6d8d161d6d1c9f3013eb.tar.bz2 linux-3.10-0651322bfcf3ca51802c6d8d161d6d1c9f3013eb.zip |
ASoC: isabelle: Remove version.h header file inclusion
version.h header file inclusion is no longer needed for this file.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/codecs/isabelle.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/isabelle.c b/sound/soc/codecs/isabelle.c index 5d8f39e3297..1bf55602c9e 100644 --- a/sound/soc/codecs/isabelle.c +++ b/sound/soc/codecs/isabelle.c @@ -13,7 +13,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> |