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 e2346013e227..5fb2a590ec17 100644 --- a/arch/arm/mach-netx/time.c +++ b/arch/arm/mach-netx/time.c | |||
@@ -102,7 +102,7 @@ netx_timer_interrupt(int irq, void *dev_id) | |||
102 | 102 | ||
103 | static struct irqaction netx_timer_irq = { | 103 | static struct irqaction netx_timer_irq = { |
104 | .name = "NetX Timer Tick", | 104 | .name = "NetX Timer Tick", |
105 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL, | 105 | .flags = IRQF_TIMER | IRQF_IRQPOLL, |
106 | .handler = netx_timer_interrupt, | 106 | .handler = netx_timer_interrupt, |
107 | }; | 107 | }; |
108 | 108 | ||