summaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/ieee754sp.h
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2015-04-03 23:25:57 +0100
committerRalf Baechle <ralf@linux-mips.org>2015-04-08 01:09:47 +0200
commite06b530b92364b2d6ce2981f2c775d2e79dc8f21 (patch)
tree8c2850616dcfb7de27abf1a664989d6c7981c90d /arch/mips/math-emu/ieee754sp.h
parentb0c2f8fbdb52b95b969c96994bcab7c084530199 (diff)
downloadlinux-e06b530b92364b2d6ce2981f2c775d2e79dc8f21.tar.gz
linux-e06b530b92364b2d6ce2981f2c775d2e79dc8f21.tar.bz2
linux-e06b530b92364b2d6ce2981f2c775d2e79dc8f21.zip
MIPS: math-emu: Make NaN classifiers static
The `ieee754sp_isnan' and `ieee754dp_isnan' NaN classifiers are now no longer externally referred, remove their header prototypes and make them local to the two only respective places still making use of them. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9693/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/ieee754sp.h')
-rw-r--r--arch/mips/math-emu/ieee754sp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/math-emu/ieee754sp.h b/arch/mips/math-emu/ieee754sp.h
index ad268e332318..374a3f00a589 100644
--- a/arch/mips/math-emu/ieee754sp.h
+++ b/arch/mips/math-emu/ieee754sp.h
@@ -82,6 +82,5 @@ static inline union ieee754sp buildsp(int s, int bx, unsigned m)
return r;
}
-extern int ieee754sp_isnan(union ieee754sp);
extern union ieee754sp __cold ieee754sp_nanxcpt(union ieee754sp);
extern union ieee754sp ieee754sp_format(int, int, unsigned);