projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bda9fa
)
[ALSA] echo3g_dsp.c shouldn't include #include <linux/irq.h>
author
Adrian Bunk
<bunk@stusta.de>
Tue, 23 Jan 2007 18:22:26 +0000
(19:22 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
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 <bunk@stusta.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/pci/echoaudio/echo3g_dsp.c
patch
|
blob
|
history
diff --git
a/sound/pci/echoaudio/echo3g_dsp.c
b/sound/pci/echoaudio/echo3g_dsp.c
index
d26a1d1
..
48eb7c5
100644
(file)
--- 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);
static int write_control_reg(struct echoaudio *chip, u32 ctl, u32 frq,
char force);
-#include <linux/i
rq
.h>
+#include <linux/i
nterrupt
.h>
static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id)
{