diff options
Diffstat (limited to 'arch/arm/mach-integrator')
-rw-r--r-- | arch/arm/mach-integrator/integrator_ap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/integrator_ap.c b/arch/arm/mach-integrator/integrator_ap.c index 17c0fe627435..e4f27f0e56ac 100644 --- a/arch/arm/mach-integrator/integrator_ap.c +++ b/arch/arm/mach-integrator/integrator_ap.c | |||
@@ -358,7 +358,7 @@ static struct clock_event_device integrator_clockevent = { | |||
358 | 358 | ||
359 | static struct irqaction integrator_timer_irq = { | 359 | static struct irqaction integrator_timer_irq = { |
360 | .name = "timer", | 360 | .name = "timer", |
361 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL, | 361 | .flags = IRQF_TIMER | IRQF_IRQPOLL, |
362 | .handler = integrator_timer_interrupt, | 362 | .handler = integrator_timer_interrupt, |
363 | .dev_id = &integrator_clockevent, | 363 | .dev_id = &integrator_clockevent, |
364 | }; | 364 | }; |