aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-lh7a40x/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-lh7a40x/time.c')
-rw-r--r--arch/arm/mach-lh7a40x/time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-lh7a40x/time.c b/arch/arm/mach-lh7a40x/time.c
index 51e1c814b4005..be377e331f255 100644
--- a/arch/arm/mach-lh7a40x/time.c
+++ b/arch/arm/mach-lh7a40x/time.c
@@ -53,8 +53,8 @@ lh7a40x_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
static struct irqaction lh7a40x_timer_irq = {
.name = "LHA740x Timer Tick",
- .flags = SA_INTERRUPT,
- .handler = lh7a40x_timer_interrupt
+ .flags = SA_INTERRUPT | SA_TIMER,
+ .handler = lh7a40x_timer_interrupt,
};
static void __init lh7a40x_timer_init(void)