diff options
Diffstat (limited to 'arch/arm/mach-u300/timer.c')
-rw-r--r-- | arch/arm/mach-u300/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/timer.c b/arch/arm/mach-u300/timer.c index fe08fd34c0ce..de52cb37c479 100644 --- a/arch/arm/mach-u300/timer.c +++ b/arch/arm/mach-u300/timer.c | |||
@@ -337,7 +337,7 @@ static irqreturn_t u300_timer_interrupt(int irq, void *dev_id) | |||
337 | 337 | ||
338 | static struct irqaction u300_timer_irq = { | 338 | static struct irqaction u300_timer_irq = { |
339 | .name = "U300 Timer Tick", | 339 | .name = "U300 Timer Tick", |
340 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL, | 340 | .flags = IRQF_TIMER | IRQF_IRQPOLL, |
341 | .handler = u300_timer_interrupt, | 341 | .handler = u300_timer_interrupt, |
342 | }; | 342 | }; |
343 | 343 | ||