|
@@ -190,7 +190,7 @@ static struct irq_chip rt_irq_type = {
|
|
};
|
|
};
|
|
|
|
|
|
static struct irqaction rt_irqaction = {
|
|
static struct irqaction rt_irqaction = {
|
|
- .handler = ip27_rt_timer_interrupt,
|
|
|
|
|
|
+ .handler = (irq_handler_t) ip27_rt_timer_interrupt,
|
|
.flags = IRQF_DISABLED,
|
|
.flags = IRQF_DISABLED,
|
|
.mask = CPU_MASK_NONE,
|
|
.mask = CPU_MASK_NONE,
|
|
.name = "timer"
|
|
.name = "timer"
|