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

Commit 65ab562c authored by Markos Chandras's avatar Markos Chandras Committed by Ralf Baechle
Browse files

MIPS: math-emu: Remove unused handle_dsemul function declaration



handle_dsemul does not exist and it's not being used in the code at all
so remove its declaration. The deliberate DS emulation exception is
handled by the do_dsemulret C code.

Signed-off-by: default avatarMarkos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/10950/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent a79f5f9b
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,6 @@ struct emuframe {


int mips_dsemul(struct pt_regs *regs, mips_instruction ir, unsigned long cpc)
int mips_dsemul(struct pt_regs *regs, mips_instruction ir, unsigned long cpc)
{
{
	extern asmlinkage void handle_dsemulret(void);
	struct emuframe __user *fr;
	struct emuframe __user *fr;
	int err;
	int err;