diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-04-15 19:31:11 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-21 05:12:48 -0400 |
commit | 2209bcb1310ffa9ee1af12573f1413581c712b15 (patch) | |
tree | eba9f53adc3bb83dc499f15873d4e49886662122 /arch/mips/math-emu/sp_add.c | |
parent | 23708818210cec367083ce9c09c6e71a5767d7e3 (diff) |
MIPS: math-emu: Get rid of typedefs.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/sp_add.c')
-rw-r--r-- | arch/mips/math-emu/sp_add.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/sp_add.c b/arch/mips/math-emu/sp_add.c index c446e64637e2..4938d8f1d4bc 100644 --- a/arch/mips/math-emu/sp_add.c +++ b/arch/mips/math-emu/sp_add.c | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | #include "ieee754sp.h" | 27 | #include "ieee754sp.h" |
28 | 28 | ||
29 | ieee754sp ieee754sp_add(ieee754sp x, ieee754sp y) | 29 | union ieee754sp ieee754sp_add(union ieee754sp x, union ieee754sp y) |
30 | { | 30 | { |
31 | COMPXSP; | 31 | COMPXSP; |
32 | COMPYSP; | 32 | COMPYSP; |