diff options
Diffstat (limited to 'arch/arm/mach-netx/time.c')
-rw-r--r-- | arch/arm/mach-netx/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-netx/time.c b/arch/arm/mach-netx/time.c index 6df42e643031..3177c7a40930 100644 --- a/arch/arm/mach-netx/time.c +++ b/arch/arm/mach-netx/time.c | |||
@@ -99,7 +99,7 @@ netx_timer_interrupt(int irq, void *dev_id) | |||
99 | 99 | ||
100 | static struct irqaction netx_timer_irq = { | 100 | static struct irqaction netx_timer_irq = { |
101 | .name = "NetX Timer Tick", | 101 | .name = "NetX Timer Tick", |
102 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL, | 102 | .flags = IRQF_TIMER | IRQF_IRQPOLL, |
103 | .handler = netx_timer_interrupt, | 103 | .handler = netx_timer_interrupt, |
104 | }; | 104 | }; |
105 | 105 | ||