From de3ab850a0e883329594f62ec18fecef4fcfe5ca Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 18 Oct 2012 08:14:50 +0200 Subject: 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 --- sound/pci/ice1712/ice1712.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sound/pci/ice1712/ice1712.h') diff --git a/sound/pci/ice1712/ice1712.h b/sound/pci/ice1712/ice1712.h index e8b7c5ecfe00..b209fc30b334 100644 --- a/sound/pci/ice1712/ice1712.h +++ b/sound/pci/ice1712/ice1712.h @@ -22,6 +22,7 @@ * */ +#include #include #include #include -- cgit v1.2.3-59-g8ed1b