diff options
-rw-r--r-- | arch/microblaze/kernel/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/timer.c b/arch/microblaze/kernel/timer.c index e4b3f33ef34c..d7abb71abf61 100644 --- a/arch/microblaze/kernel/timer.c +++ b/arch/microblaze/kernel/timer.c | |||
@@ -148,7 +148,7 @@ static irqreturn_t timer_interrupt(int irq, void *dev_id) | |||
148 | 148 | ||
149 | static struct irqaction timer_irqaction = { | 149 | static struct irqaction timer_irqaction = { |
150 | .handler = timer_interrupt, | 150 | .handler = timer_interrupt, |
151 | .flags = IRQF_DISABLED | IRQF_TIMER, | 151 | .flags = IRQF_TIMER, |
152 | .name = "timer", | 152 | .name = "timer", |
153 | .dev_id = &clockevent_xilinx_timer, | 153 | .dev_id = &clockevent_xilinx_timer, |
154 | }; | 154 | }; |