Commit f8aeb85f authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] IP27: Fix warning.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 755f21bb
......@@ -190,7 +190,7 @@ static struct irq_chip rt_irq_type = {
};
static struct irqaction rt_irqaction = {
.handler = ip27_rt_timer_interrupt,
.handler = (irq_handler_t) ip27_rt_timer_interrupt,
.flags = IRQF_DISABLED,
.mask = CPU_MASK_NONE,
.name = "timer"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment