aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/dp_frexp.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2014-04-15 19:31:11 -0400
committerRalf Baechle <ralf@linux-mips.org>2014-05-21 05:12:48 -0400
commit2209bcb1310ffa9ee1af12573f1413581c712b15 (patch)
treeeba9f53adc3bb83dc499f15873d4e49886662122 /arch/mips/math-emu/dp_frexp.c
parent23708818210cec367083ce9c09c6e71a5767d7e3 (diff)
MIPS: math-emu: Get rid of typedefs.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/dp_frexp.c')
-rw-r--r--arch/mips/math-emu/dp_frexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/dp_frexp.c b/arch/mips/math-emu/dp_frexp.c
index cb15a5eaecbb..6ab7df958362 100644
--- a/arch/mips/math-emu/dp_frexp.c
+++ b/arch/mips/math-emu/dp_frexp.c
@@ -28,7 +28,7 @@
28 28
29/* close to ieeep754dp_logb 29/* close to ieeep754dp_logb
30*/ 30*/
31ieee754dp ieee754dp_frexp(ieee754dp x, int *eptr) 31union ieee754dp ieee754dp_frexp(union ieee754dp x, int *eptr)
32{ 32{
33 COMPXDP; 33 COMPXDP;
34 CLEARCX; 34 CLEARCX;