diff options
Diffstat (limited to 'arch/sh/cchips/voyagergx/irq.c')
-rw-r--r-- | arch/sh/cchips/voyagergx/irq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/cchips/voyagergx/irq.c b/arch/sh/cchips/voyagergx/irq.c index 892214bade19..0dc1fb8f9687 100644 --- a/arch/sh/cchips/voyagergx/irq.c +++ b/arch/sh/cchips/voyagergx/irq.c | |||
@@ -21,7 +21,6 @@ | |||
21 | 21 | ||
22 | #undef DEBUG | 22 | #undef DEBUG |
23 | 23 | ||
24 | #include <linux/config.h> | ||
25 | #include <linux/sched.h> | 24 | #include <linux/sched.h> |
26 | #include <linux/module.h> | 25 | #include <linux/module.h> |
27 | #include <linux/kernel.h> | 26 | #include <linux/kernel.h> |
@@ -166,7 +165,7 @@ int voyagergx_irq_demux(int irq) | |||
166 | static struct irqaction irq0 = { | 165 | static struct irqaction irq0 = { |
167 | .name = "voyagergx", | 166 | .name = "voyagergx", |
168 | .handler = voyagergx_interrupt, | 167 | .handler = voyagergx_interrupt, |
169 | .flags = SA_INTERRUPT, | 168 | .flags = IRQF_DISABLED, |
170 | .mask = CPU_MASK_NONE, | 169 | .mask = CPU_MASK_NONE, |
171 | }; | 170 | }; |
172 | 171 | ||