diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-10-18 08:14:50 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-10-18 08:14:50 +0200 |
commit | de3ab850a0e883329594f62ec18fecef4fcfe5ca (patch) | |
tree | 809cdaec9635b81ec1c4eb3537f876c4c64b38c4 /sound/pci/ice1712/vt1720_mobo.c | |
parent | 34a9318772d00efc5c1af00639526232050c49b8 (diff) | |
download | op-kernel-dev-de3ab850a0e883329594f62ec18fecef4fcfe5ca.zip op-kernel-dev-de3ab850a0e883329594f62ec18fecef4fcfe5ca.tar.gz |
ALSA: ice17xx: Fix inclusion of linux/io.h
Include linux/io.h in ice1712.h since inb() and outb() are used in
inline functions there. Remove the redundant inclusion of that file
in other places at the same time.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712/vt1720_mobo.c')
-rw-r--r-- | sound/pci/ice1712/vt1720_mobo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/ice1712/vt1720_mobo.c b/sound/pci/ice1712/vt1720_mobo.c index 4c551e1..8a0a839 100644 --- a/sound/pci/ice1712/vt1720_mobo.c +++ b/sound/pci/ice1712/vt1720_mobo.c @@ -21,7 +21,6 @@ * */ -#include <asm/io.h> #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/init.h> |