[ALSA] echo3g_dsp.c shouldn't include #include <linux/irq.h>
authorAdrian Bunk <[email protected]>
Tue, 23 Jan 2007 18:22:26 +0000 (19:22 +0100)
committerJaroslav Kysela <[email protected]>
Fri, 9 Feb 2007 08:03:09 +0000 (09:03 +0100)
Despite being under linux/, linux/irq.h shouldn't be #include'd by arch
independent code.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
sound/pci/echoaudio/echo3g_dsp.c

index d26a1d1f3ed192effd33c6b18a415f1001ad2da7..48eb7c599111b62e5a2af76b3962c1831db14808 100644 (file)
@@ -39,7 +39,7 @@ static int set_phantom_power(struct echoaudio *chip, char on);
 static int write_control_reg(struct echoaudio *chip, u32 ctl, u32 frq,
                             char force);
 
-#include <linux/irq.h>
+#include <linux/interrupt.h>
 
 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id)
 {