diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-04-22 16:33:07 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-23 15:11:13 +0200 |
commit | b3a7ad2b0c48e046ff8a7934f3aa55fc06c54762 (patch) | |
tree | d1bbd22d16d03ba2e651fa60d08a81857327fabc /arch/mips/math-emu/sp_tlong.c | |
parent | 3e160aad0f23cc80743dd44810269c9667e0eb0e (diff) | |
download | blackbird-op-linux-b3a7ad2b0c48e046ff8a7934f3aa55fc06c54762.tar.gz blackbird-op-linux-b3a7ad2b0c48e046ff8a7934f3aa55fc06c54762.zip |
MIPS: math-emu: Eleminate duplicate definitions of identical macros.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/sp_tlong.c')
-rw-r--r-- | arch/mips/math-emu/sp_tlong.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/math-emu/sp_tlong.c b/arch/mips/math-emu/sp_tlong.c index 155491f85d7f..e979aa757079 100644 --- a/arch/mips/math-emu/sp_tlong.c +++ b/arch/mips/math-emu/sp_tlong.c @@ -25,6 +25,7 @@ #include "ieee754sp.h" +#include "ieee754dp.h" s64 ieee754sp_tlong(union ieee754sp x) { |