diff options
Diffstat (limited to 'arch/arm/mach-mmp/time.c')
-rw-r--r-- | arch/arm/mach-mmp/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/time.c b/arch/arm/mach-mmp/time.c index 024022d91fe3..bbcd2322fd27 100644 --- a/arch/arm/mach-mmp/time.c +++ b/arch/arm/mach-mmp/time.c | |||
@@ -186,7 +186,7 @@ static void __init timer_config(void) | |||
186 | 186 | ||
187 | static struct irqaction timer_irq = { | 187 | static struct irqaction timer_irq = { |
188 | .name = "timer", | 188 | .name = "timer", |
189 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL, | 189 | .flags = IRQF_TIMER | IRQF_IRQPOLL, |
190 | .handler = timer_interrupt, | 190 | .handler = timer_interrupt, |
191 | .dev_id = &ckevt, | 191 | .dev_id = &ckevt, |
192 | }; | 192 | }; |