diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-10-18 02:14:50 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-10-18 02:14:50 -0400 |
commit | de3ab850a0e883329594f62ec18fecef4fcfe5ca (patch) | |
tree | 809cdaec9635b81ec1c4eb3537f876c4c64b38c4 /sound/pci/ice1712/ice1712.h | |
parent | 34a9318772d00efc5c1af00639526232050c49b8 (diff) |
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.h')
-rw-r--r-- | sound/pci/ice1712/ice1712.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
22 | * | 22 | * |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include <linux/io.h> | ||
25 | #include <sound/control.h> | 26 | #include <sound/control.h> |
26 | #include <sound/ac97_codec.h> | 27 | #include <sound/ac97_codec.h> |
27 | #include <sound/rawmidi.h> | 28 | #include <sound/rawmidi.h> |