aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkos Chandras <markos.chandras@imgtec.com>2015-08-12 10:14:35 +0100
committerRalf Baechle <ralf@linux-mips.org>2015-09-03 12:08:15 +0200
commit65ab562cabe01d524ec6b50f37694200745c21c1 (patch)
tree969d46ede14fe3de97c7da14ec68aca8b06c776b
parentMIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instruction (diff)
downloadlinux-dev-65ab562cabe01d524ec6b50f37694200745c21c1.tar.xz
linux-dev-65ab562cabe01d524ec6b50f37694200745c21c1.zip
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 <markos.chandras@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/10950/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--arch/mips/math-emu/dsemul.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/math-emu/dsemul.c b/arch/mips/math-emu/dsemul.c
index e0b5cc27d78b..cbb36c14b155 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;