diff options
Diffstat (limited to 'arch/arm/mach-pnx4008/time.c')
-rw-r--r-- | arch/arm/mach-pnx4008/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pnx4008/time.c b/arch/arm/mach-pnx4008/time.c index 4ce680698529..888bf6cfba8a 100644 --- a/arch/arm/mach-pnx4008/time.c +++ b/arch/arm/mach-pnx4008/time.c | |||
@@ -86,7 +86,7 @@ static irqreturn_t pnx4008_timer_interrupt(int irq, void *dev_id, | |||
86 | 86 | ||
87 | static struct irqaction pnx4008_timer_irq = { | 87 | static struct irqaction pnx4008_timer_irq = { |
88 | .name = "PNX4008 Tick Timer", | 88 | .name = "PNX4008 Tick Timer", |
89 | .flags = SA_INTERRUPT | SA_TIMER, | 89 | .flags = IRQF_DISABLED | IRQF_TIMER, |
90 | .handler = pnx4008_timer_interrupt | 90 | .handler = pnx4008_timer_interrupt |
91 | }; | 91 | }; |
92 | 92 | ||