diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2010-04-08 15:50:08 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-04-08 18:16:00 +0400 |
commit | 78e4fd26ef8b85c8cbb6803e18b6b1f970420e06 (patch) | |
tree | 57e013e06b53b913ebcea78b81d8daae55977fc3 /sound | |
parent | 5f712b2b73a9fc87fcc52124cfe8adefaa0c92f5 (diff) | |
download | linux-78e4fd26ef8b85c8cbb6803e18b6b1f970420e06.tar.xz |
ASoC: wm2000: remove unused #include <linux/version.h>
Remove unused #include <linux/version.h>('s) in
sound/soc/codecs/wm2000.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm2000.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm2000.c b/sound/soc/codecs/wm2000.c index 217b02680597..8de866618bf4 100644 --- a/sound/soc/codecs/wm2000.c +++ b/sound/soc/codecs/wm2000.c @@ -23,7 +23,6 @@ #include <linux/module.h> #include <linux/moduleparam.h> -#include <linux/version.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/firmware.h> |