From: Markos Chandras Date: Wed, 12 Aug 2015 09:14:35 +0000 (+0100) Subject: MIPS: math-emu: Remove unused handle_dsemul function declaration X-Git-Tag: v4.14-rc1~4766^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65ab562cabe01d524ec6b50f37694200745c21c1;p=platform%2Fkernel%2Flinux-rpi.git 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: Markos Chandras Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/10950/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/math-emu/dsemul.c b/arch/mips/math-emu/dsemul.c index e0b5cc2..cbb36c1 100644 --- a/arch/mips/math-emu/dsemul.c +++ b/arch/mips/math-emu/dsemul.c @@ -33,7 +33,6 @@ struct emuframe { int mips_dsemul(struct pt_regs *regs, mips_instruction ir, unsigned long cpc) { - extern asmlinkage void handle_dsemulret(void); struct emuframe __user *fr; int err;