Skip to content

Commit

Permalink
[MIPS] Ocelot C: Build fix - ll_mv64340_irq takes no more regs argument.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
ralfbaechle committed Oct 8, 2006
1 parent de4f742 commit d864b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/momentum/ocelot_c/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d864b96

Please sign in to comment.