aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/ice1712.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-10-18 08:14:50 +0200
committerTakashi Iwai <tiwai@suse.de>2012-10-18 08:14:50 +0200
commitde3ab850a0e883329594f62ec18fecef4fcfe5ca (patch)
tree809cdaec9635b81ec1c4eb3537f876c4c64b38c4 /sound/pci/ice1712/ice1712.c
parentALSA: hda - Don't enable unsol for jacks we're polling (diff)
downloadlinux-dev-de3ab850a0e883329594f62ec18fecef4fcfe5ca.tar.xz
linux-dev-de3ab850a0e883329594f62ec18fecef4fcfe5ca.zip
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/ice1712.c')
-rw-r--r--sound/pci/ice1712/ice1712.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/ice1712/ice1712.c b/sound/pci/ice1712/ice1712.c
index f42b5b1c1d24..dd64e223f5cf 100644
--- a/sound/pci/ice1712/ice1712.c
+++ b/sound/pci/ice1712/ice1712.c
@@ -47,7 +47,6 @@
*/
-#include <linux/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>