commit | 2209bcb1310ffa9ee1af12573f1413581c712b15 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Apr 16 01:31:11 2014 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed May 21 11:12:48 2014 +0200 |
tree | eba9f53adc3bb83dc499f15873d4e49886662122 | |
parent | 23708818210cec367083ce9c09c6e71a5767d7e3 [diff] [blame] |
MIPS: math-emu: Get rid of typedefs. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/math-emu/dp_div.c b/arch/mips/math-emu/dp_div.c index a1bce1b..30cc7fa 100644 --- a/arch/mips/math-emu/dp_div.c +++ b/arch/mips/math-emu/dp_div.c
@@ -26,7 +26,7 @@ #include "ieee754dp.h" -ieee754dp ieee754dp_div(ieee754dp x, ieee754dp y) +union ieee754dp ieee754dp_div(union ieee754dp x, union ieee754dp y) { COMPXDP; COMPYDP;