diff options
Diffstat (limited to 'arch/arm/mach-imx/time.c')
-rw-r--r-- | arch/arm/mach-imx/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/time.c b/arch/arm/mach-imx/time.c index 2703a730baf7..6960a9d04217 100644 --- a/arch/arm/mach-imx/time.c +++ b/arch/arm/mach-imx/time.c | |||
@@ -56,7 +56,7 @@ imx_timer_interrupt(int irq, void *dev_id) | |||
56 | 56 | ||
57 | static struct irqaction imx_timer_irq = { | 57 | static struct irqaction imx_timer_irq = { |
58 | .name = "i.MX Timer Tick", | 58 | .name = "i.MX Timer Tick", |
59 | .flags = IRQF_DISABLED | IRQF_TIMER, | 59 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL, |
60 | .handler = imx_timer_interrupt, | 60 | .handler = imx_timer_interrupt, |
61 | }; | 61 | }; |
62 | 62 | ||