ARM: 8000/1: misc: remove deprecated IRQF_DISABLED
[cascardo/linux.git] / arch / arm / mach-integrator / integrator_ap.c
index 17c0fe6..e4f27f0 100644 (file)
@@ -358,7 +358,7 @@ static struct clock_event_device integrator_clockevent = {
 
 static struct irqaction integrator_timer_irq = {
        .name           = "timer",
-       .flags          = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL,
+       .flags          = IRQF_TIMER | IRQF_IRQPOLL,
        .handler        = integrator_timer_interrupt,
        .dev_id         = &integrator_clockevent,
 };