]> Pileus Git - ~andy/linux/blobdiff - drivers/clocksource/vt8500_timer.c
Merge branch 'clockevents/3.14' of git://git.linaro.org/people/daniel.lezcano/linux...
[~andy/linux] / drivers / clocksource / vt8500_timer.c
index ad3c0e83a77956431541315108b093f2ca282b52..1098ed3b9b89f2663fbf8a989017d0a7621a9504 100644 (file)
@@ -124,7 +124,7 @@ static irqreturn_t vt8500_timer_interrupt(int irq, void *dev_id)
 
 static struct irqaction irq = {
        .name    = "vt8500_timer",
-       .flags   = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL,
+       .flags   = IRQF_TIMER | IRQF_IRQPOLL,
        .handler = vt8500_timer_interrupt,
        .dev_id  = &clockevent,
 };