summaryrefslogtreecommitdiff
path: root/arch/mips/math-emu/ieee754xcpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/math-emu/ieee754xcpt.c')
-rw-r--r--arch/mips/math-emu/ieee754xcpt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/math-emu/ieee754xcpt.c b/arch/mips/math-emu/ieee754xcpt.c
index 7d8ef8965067..e02423a0ae23 100644
--- a/arch/mips/math-emu/ieee754xcpt.c
+++ b/arch/mips/math-emu/ieee754xcpt.c
@@ -46,4 +46,3 @@ void ieee754_xcpt(struct ieee754xctx *xcp)
printk(KERN_DEBUG "floating point exception in \"%s\", type=%s\n",
xcp->op, rtnames[xcp->rt]);
}
-