diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-06-23 23:54:40 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-06-24 11:28:17 +0200 |
commit | 16866741bda5d16f3d30d1656ce941faf5dad34c (patch) | |
tree | 341ce9150d9a6584a6832892fb9bc0ba6b967333 /sound | |
parent | d2a19da79d3ea5b7859248b0f132c479ed4505e2 (diff) | |
download | linux-3.10-16866741bda5d16f3d30d1656ce941faf5dad34c.tar.gz linux-3.10-16866741bda5d16f3d30d1656ce941faf5dad34c.tar.bz2 linux-3.10-16866741bda5d16f3d30d1656ce941faf5dad34c.zip |
ALSA: Remove unneeded version.h includes from sound/
In the sound/ directory there are two files (flagged by 'make
versioncheck'); sound/pci/asihpi/asihpi.c and
sound/soc/codecs/wm8991.c that include linux/version.h although they
don't need it. This patch removes the unneeded includes.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/asihpi/asihpi.c | 1 | ||||
-rw-r--r-- | sound/soc/codecs/wm8991.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/asihpi/asihpi.c b/sound/pci/asihpi/asihpi.c index 2ca6f4f85b4..e3569bdd3b6 100644 --- a/sound/pci/asihpi/asihpi.c +++ b/sound/pci/asihpi/asihpi.c @@ -27,7 +27,6 @@ #include "hpioctl.h" #include <linux/pci.h> -#include <linux/version.h> #include <linux/init.h> #include <linux/jiffies.h> #include <linux/slab.h> diff --git a/sound/soc/codecs/wm8991.c b/sound/soc/codecs/wm8991.c index 3c2ee1bb73c..6af23d06870 100644 --- a/sound/soc/codecs/wm8991.c +++ b/sound/soc/codecs/wm8991.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> |