Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d864b96b authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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

parent de4f742b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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