diff options
Diffstat (limited to 'arch/arm/mach-realview')
-rw-r--r-- | arch/arm/mach-realview/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/core.c b/arch/arm/mach-realview/core.c index eb09d3859d6d..da0286973823 100644 --- a/arch/arm/mach-realview/core.c +++ b/arch/arm/mach-realview/core.c | |||
@@ -536,7 +536,7 @@ static irqreturn_t realview_timer_interrupt(int irq, void *dev_id, struct pt_reg | |||
536 | 536 | ||
537 | static struct irqaction realview_timer_irq = { | 537 | static struct irqaction realview_timer_irq = { |
538 | .name = "RealView Timer Tick", | 538 | .name = "RealView Timer Tick", |
539 | .flags = SA_INTERRUPT | SA_TIMER, | 539 | .flags = IRQF_DISABLED | IRQF_TIMER, |
540 | .handler = realview_timer_interrupt, | 540 | .handler = realview_timer_interrupt, |
541 | }; | 541 | }; |
542 | 542 | ||