瀏覽代碼

[MIPS] IP27: Fix warning.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 18 年之前
父節點
當前提交
f8aeb85f15
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/mips/sgi-ip27/ip27-timer.c

+ 1 - 1
arch/mips/sgi-ip27/ip27-timer.c

@@ -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"