|
@@ -134,7 +134,6 @@ static irqreturn_t timer_interrupt(int irq, void *dev_id)
|
|
|
|
|
|
static struct irqaction irq0 = {
|
|
static struct irqaction irq0 = {
|
|
.handler = timer_interrupt,
|
|
.handler = timer_interrupt,
|
|
- .flags = IRQF_DISABLED,
|
|
|
|
.name = "MFT2",
|
|
.name = "MFT2",
|
|
};
|
|
};
|
|
|
|
|