diff options
Diffstat (limited to 'arch/arm/mach-ks8695/time.c')
-rw-r--r-- | arch/arm/mach-ks8695/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ks8695/time.c b/arch/arm/mach-ks8695/time.c index 426c97662f5b..a197874bf382 100644 --- a/arch/arm/mach-ks8695/time.c +++ b/arch/arm/mach-ks8695/time.c | |||
@@ -122,7 +122,7 @@ static irqreturn_t ks8695_timer_interrupt(int irq, void *dev_id) | |||
122 | 122 | ||
123 | static struct irqaction ks8695_timer_irq = { | 123 | static struct irqaction ks8695_timer_irq = { |
124 | .name = "ks8695_tick", | 124 | .name = "ks8695_tick", |
125 | .flags = IRQF_DISABLED | IRQF_TIMER, | 125 | .flags = IRQF_TIMER, |
126 | .handler = ks8695_timer_interrupt, | 126 | .handler = ks8695_timer_interrupt, |
127 | }; | 127 | }; |
128 | 128 | ||