diff options
Diffstat (limited to 'arch/arm/mach-pnx4008')
-rw-r--r-- | arch/arm/mach-pnx4008/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pnx4008/time.c b/arch/arm/mach-pnx4008/time.c index 8621c206ac84..67e05f005a6b 100644 --- a/arch/arm/mach-pnx4008/time.c +++ b/arch/arm/mach-pnx4008/time.c | |||
@@ -82,7 +82,7 @@ static irqreturn_t pnx4008_timer_interrupt(int irq, void *dev_id) | |||
82 | 82 | ||
83 | static struct irqaction pnx4008_timer_irq = { | 83 | static struct irqaction pnx4008_timer_irq = { |
84 | .name = "PNX4008 Tick Timer", | 84 | .name = "PNX4008 Tick Timer", |
85 | .flags = IRQF_DISABLED | IRQF_TIMER, | 85 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL, |
86 | .handler = pnx4008_timer_interrupt | 86 | .handler = pnx4008_timer_interrupt |
87 | }; | 87 | }; |
88 | 88 | ||