diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-01-23 13:22:26 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:03:09 -0500 |
commit | 579c84a9b225d8b9d0f32818b9959ca63b4fb57d (patch) | |
tree | bce2d2f739a6b4c4bac20ab862459126c8558e53 /sound/pci/echoaudio | |
parent | 5bda9fa1aefbb873f2bd181e63ce0d4231883c46 (diff) |
[ALSA] echo3g_dsp.c shouldn't include #include <linux/irq.h>
Despite being under linux/, linux/irq.h shouldn't be #include'd by arch
independent code.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/echoaudio')
-rw-r--r-- | sound/pci/echoaudio/echo3g_dsp.c | 2 |
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); | |||
39 | static int write_control_reg(struct echoaudio *chip, u32 ctl, u32 frq, | 39 | static 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 | ||
44 | static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) | 44 | static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) |
45 | { | 45 | { |