aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/echoaudio/echo3g_dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/echoaudio/echo3g_dsp.c b/sound/pci/echoaudio/echo3g_dsp.c
index d26a1d1f3ed1..48eb7c599111 100644
--- a/sound/pci/echoaudio/echo3g_dsp.c
+++ b/sound/pci/echoaudio/echo3g_dsp.c
@@ -39,7 +39,7 @@ static int set_phantom_power(struct echoaudio *chip, char on);
39static int write_control_reg(struct echoaudio *chip, u32 ctl, u32 frq, 39static int write_control_reg(struct echoaudio *chip, u32 ctl, u32 frq,
40 char force); 40 char force);
41 41
42#include <linux/irq.h> 42#include <linux/interrupt.h>
43 43
44static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) 44static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id)
45{ 45{