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>
This commit is contained in:
Takashi Iwai
2012-10-18 08:14:50 +02:00
orang tua 34a9318772
melakukan de3ab850a0
19 mengubah file dengan 1 tambahan dan 18 penghapusan

Melihat File

@@ -21,7 +21,6 @@
*
*/
#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>