diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-07-23 13:55:15 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-04 00:03:55 +0200 |
commit | 0651322bfcf3ca51802c6d8d161d6d1c9f3013eb (patch) | |
tree | b32e03638aa50210f5e32efc0937d1cdbbfd913c /sound/soc/codecs/isabelle.c | |
parent | ASoC: omap-mcpdm: Convert to use devm_* (diff) | |
download | linux-0651322bfcf3ca51802c6d8d161d6d1c9f3013eb.tar.xz linux-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>
Diffstat (limited to 'sound/soc/codecs/isabelle.c')
-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 5d8f39e32978..1bf55602c9eb 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> |