提交 f8aeb85f 编写于 作者: R Ralf Baechle

[MIPS] IP27: Fix warning.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 755f21bb
...@@ -190,7 +190,7 @@ static struct irq_chip rt_irq_type = { ...@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册