diff options
Diffstat (limited to 'arch/arm/mach-iop3xx/iop321-time.c')
-rw-r--r-- | arch/arm/mach-iop3xx/iop321-time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-iop3xx/iop321-time.c b/arch/arm/mach-iop3xx/iop321-time.c index d67ac0e5d438..04b1a6f7ebae 100644 --- a/arch/arm/mach-iop3xx/iop321-time.c +++ b/arch/arm/mach-iop3xx/iop321-time.c | |||
@@ -85,7 +85,7 @@ iop321_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) | |||
85 | static struct irqaction iop321_timer_irq = { | 85 | static struct irqaction iop321_timer_irq = { |
86 | .name = "IOP321 Timer Tick", | 86 | .name = "IOP321 Timer Tick", |
87 | .handler = iop321_timer_interrupt, | 87 | .handler = iop321_timer_interrupt, |
88 | .flags = SA_INTERRUPT | SA_TIMER, | 88 | .flags = IRQF_DISABLED | IRQF_TIMER, |
89 | }; | 89 | }; |
90 | 90 | ||
91 | static void __init iop321_timer_init(void) | 91 | static void __init iop321_timer_init(void) |