From b3a7ad2b0c48e046ff8a7934f3aa55fc06c54762 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 22 Apr 2014 16:33:07 +0200 Subject: MIPS: math-emu: Eleminate duplicate definitions of identical macros. Signed-off-by: Ralf Baechle --- arch/mips/math-emu/dp_fsp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/math-emu/dp_fsp.c') diff --git a/arch/mips/math-emu/dp_fsp.c b/arch/mips/math-emu/dp_fsp.c index 7ddb506153e1..67ee97f06268 100644 --- a/arch/mips/math-emu/dp_fsp.c +++ b/arch/mips/math-emu/dp_fsp.c @@ -24,6 +24,7 @@ */ +#include "ieee754sp.h" #include "ieee754dp.h" union ieee754dp ieee754dp_fsp(union ieee754sp x) -- cgit