]> Pileus Git - ~andy/linux/blobdiff - drivers/clocksource/cs5535-clockevt.c
Merge branch 'clockevents/3.14' of git://git.linaro.org/people/daniel.lezcano/linux...
[~andy/linux] / drivers / clocksource / cs5535-clockevt.c
index ea210482dd2099af6ce35e31bd234fcc18a4d970..db21052908984c96aa86950d976784a078043374 100644 (file)
@@ -131,7 +131,7 @@ static irqreturn_t mfgpt_tick(int irq, void *dev_id)
 
 static struct irqaction mfgptirq  = {
        .handler = mfgpt_tick,
-       .flags = IRQF_DISABLED | IRQF_NOBALANCING | IRQF_TIMER | IRQF_SHARED,
+       .flags = IRQF_NOBALANCING | IRQF_TIMER | IRQF_SHARED,
        .name = DRV_NAME,
 };