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

Commit 67cbeb33 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] EV96100: ev96100_cpu_irq needs a struct pt_regs argument.

parent 2ef2e1d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ static inline unsigned int ffz8(unsigned int word)
	return k;
}

asmlinkage void ev96100_cpu_irq(unsigned int pending)
asmlinkage void ev96100_cpu_irq(unsigned int pending, struct pt_regs *regs)
{
	do_IRQ(ffz8(pending >> 8), regs);
}