浏览代码

[MIPS] Ocelot C: Build fix - ll_mv64340_irq takes no more regs argument.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 19 年之前
父节点
当前提交
d864b96bb0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/mips/momentum/ocelot_c/irq.c

+ 1 - 1
arch/mips/momentum/ocelot_c/irq.c

@@ -79,7 +79,7 @@ asmlinkage void plat_irq_dispatch(void)
 	else if (pending & STATUSF_IP5)
 		ll_cpci_irq();
 	else if (pending & STATUSF_IP6)
-		ll_mv64340_irq(regs);
+		ll_mv64340_irq();
 	else if (pending & STATUSF_IP7)
 		do_IRQ(7);
 	else