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

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

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 de4f742b
...@@ -79,7 +79,7 @@ asmlinkage void plat_irq_dispatch(void) ...@@ -79,7 +79,7 @@ asmlinkage void plat_irq_dispatch(void)
else if (pending & STATUSF_IP5) else if (pending & STATUSF_IP5)
ll_cpci_irq(); ll_cpci_irq();
else if (pending & STATUSF_IP6) else if (pending & STATUSF_IP6)
ll_mv64340_irq(regs); ll_mv64340_irq();
else if (pending & STATUSF_IP7) else if (pending & STATUSF_IP7)
do_IRQ(7); do_IRQ(7);
else else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册