diff options
Diffstat (limited to 'arch/arm/mach-lpc32xx/timer.c')
-rw-r--r-- | arch/arm/mach-lpc32xx/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-lpc32xx/timer.c b/arch/arm/mach-lpc32xx/timer.c index 20eab63d10ba..4e5837299c04 100644 --- a/arch/arm/mach-lpc32xx/timer.c +++ b/arch/arm/mach-lpc32xx/timer.c | |||
@@ -90,7 +90,7 @@ static irqreturn_t lpc32xx_timer_interrupt(int irq, void *dev_id) | |||
90 | 90 | ||
91 | static struct irqaction lpc32xx_timer_irq = { | 91 | static struct irqaction lpc32xx_timer_irq = { |
92 | .name = "LPC32XX Timer Tick", | 92 | .name = "LPC32XX Timer Tick", |
93 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL, | 93 | .flags = IRQF_TIMER | IRQF_IRQPOLL, |
94 | .handler = lpc32xx_timer_interrupt, | 94 | .handler = lpc32xx_timer_interrupt, |
95 | }; | 95 | }; |
96 | 96 | ||