]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/m68k/platform/68000/timers.c
Merge remote-tracking branch 'net-next/master'
[karo-tx-linux.git] / arch / m68k / platform / 68000 / timers.c
index ec30acbfe6db0507a74e2495db5ea24b31ca0e8d..99a98698bc959035fb89c2d004a02800abcf81a4 100644 (file)
@@ -70,7 +70,7 @@ static irqreturn_t hw_tick(int irq, void *dummy)
 
 static struct irqaction m68328_timer_irq = {
        .name    = "timer",
-       .flags   = IRQF_DISABLED | IRQF_TIMER,
+       .flags   = IRQF_TIMER,
        .handler = hw_tick,
 };