|
@@ -124,7 +124,7 @@ static irqreturn_t vt8500_timer_interrupt(int irq, void *dev_id)
|
|
|
|
|
|
static struct irqaction irq = {
|
|
static struct irqaction irq = {
|
|
.name = "vt8500_timer",
|
|
.name = "vt8500_timer",
|
|
- .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL,
|
|
|
|
|
|
+ .flags = IRQF_TIMER | IRQF_IRQPOLL,
|
|
.handler = vt8500_timer_interrupt,
|
|
.handler = vt8500_timer_interrupt,
|
|
.dev_id = &clockevent,
|
|
.dev_id = &clockevent,
|
|
};
|
|
};
|