[PATCH] ARM: Add SA_TIMER flag to timer interrupts
[pandora-kernel.git] / arch / arm / mach-h720x / cpu-h7202.c
index 21b8fb6..593b6a2 100644 (file)
@@ -171,8 +171,8 @@ static struct irqchip h7202_timerx_chip = {
 
 static struct irqaction h7202_timer_irq = {
        .name           = "h7202 Timer Tick",
-       .flags          = SA_INTERRUPT,
-       .handler        = h7202_timer_interrupt
+       .flags          = SA_INTERRUPT | SA_TIMER,
+       .handler        = h7202_timer_interrupt,
 };
 
 /*