diff options
Diffstat (limited to 'arch/arm/mach-shark')
-rw-r--r-- | arch/arm/mach-shark/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shark/core.c b/arch/arm/mach-shark/core.c index 2f2c6e97b7a3..1095df34fec0 100644 --- a/arch/arm/mach-shark/core.c +++ b/arch/arm/mach-shark/core.c | |||
@@ -90,7 +90,7 @@ shark_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) | |||
90 | 90 | ||
91 | static struct irqaction shark_timer_irq = { | 91 | static struct irqaction shark_timer_irq = { |
92 | .name = "Shark Timer Tick", | 92 | .name = "Shark Timer Tick", |
93 | .flags = SA_INTERRUPT | SA_TIMER, | 93 | .flags = IRQF_DISABLED | IRQF_TIMER, |
94 | .handler = shark_timer_interrupt, | 94 | .handler = shark_timer_interrupt, |
95 | }; | 95 | }; |
96 | 96 | ||