Commit 16866741bda5d16f3d30d1656ce941faf5dad34c

Authored by Jesper Juhl
Committed by Takashi Iwai
1 parent d2a19da79d

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>

Showing 2 changed files with 0 additions and 2 deletions Side-by-side Diff

sound/pci/asihpi/asihpi.c
... ... @@ -27,7 +27,6 @@
27 27 #include "hpioctl.h"
28 28  
29 29 #include <linux/pci.h>
30   -#include <linux/version.h>
31 30 #include <linux/init.h>
32 31 #include <linux/jiffies.h>
33 32 #include <linux/slab.h>
sound/soc/codecs/wm8991.c
... ... @@ -13,7 +13,6 @@
13 13  
14 14 #include <linux/module.h>
15 15 #include <linux/moduleparam.h>
16   -#include <linux/version.h>
17 16 #include <linux/kernel.h>
18 17 #include <linux/init.h>
19 18 #include <linux/delay.h>