diff options
Diffstat (limited to 'arch/mips/jazz/irq.c')
-rw-r--r-- | arch/mips/jazz/irq.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/jazz/irq.c b/arch/mips/jazz/irq.c index ca9bd2069142..f21868b28b24 100644 --- a/arch/mips/jazz/irq.c +++ b/arch/mips/jazz/irq.c | |||
@@ -20,6 +20,7 @@ | |||
20 | #include <asm/io.h> | 20 | #include <asm/io.h> |
21 | #include <asm/jazz.h> | 21 | #include <asm/jazz.h> |
22 | #include <asm/pgtable.h> | 22 | #include <asm/pgtable.h> |
23 | #include <asm/tlbmisc.h> | ||
23 | 24 | ||
24 | static DEFINE_RAW_SPINLOCK(r4030_lock); | 25 | static DEFINE_RAW_SPINLOCK(r4030_lock); |
25 | 26 | ||
@@ -133,7 +134,7 @@ static irqreturn_t r4030_timer_interrupt(int irq, void *dev_id) | |||
133 | 134 | ||
134 | static struct irqaction r4030_timer_irqaction = { | 135 | static struct irqaction r4030_timer_irqaction = { |
135 | .handler = r4030_timer_interrupt, | 136 | .handler = r4030_timer_interrupt, |
136 | .flags = IRQF_DISABLED | IRQF_TIMER, | 137 | .flags = IRQF_TIMER, |
137 | .name = "R4030 timer", | 138 | .name = "R4030 timer", |
138 | }; | 139 | }; |
139 | 140 | ||