aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandar Markovic <[email protected]>2017-11-02 12:14:00 +0100
committerRalf Baechle <[email protected]>2017-12-12 17:20:19 +0100
commitddae82d09a7ea7e374edfe29ca5600ecc7941316 (patch)
treef6d2f378d6ac82c60c6b3c1d473fe0c581e5b0be
parent50c4c4e268a2d7a3e58ebb698ac74da0de40ae36 (diff)
MIPS: math-emu: Remove an unnecessary header inclusion
Remove an unnecessary header inclusion of "ieee754dp.h". Signed-off-by: Aleksandar Markovic <[email protected]> Cc: Douglas Leung <[email protected]> Cc: Goran Ferenc <[email protected]> Cc: James Hogan <[email protected]> Cc: Miodrag Dinic <[email protected]> Cc: Paul Burton <[email protected]> Cc: Petar Jovanovic <[email protected]> Cc: Raghu Gandham <[email protected]> Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/17583/ Signed-off-by: Ralf Baechle <[email protected]>
-rw-r--r--arch/mips/math-emu/sp_tlong.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/math-emu/sp_tlong.c b/arch/mips/math-emu/sp_tlong.c
index a2450c7e452a..bca5ac995801 100644
--- a/arch/mips/math-emu/sp_tlong.c
+++ b/arch/mips/math-emu/sp_tlong.c
@@ -20,7 +20,6 @@
*/
#include "ieee754sp.h"
-#include "ieee754dp.h"
s64 ieee754sp_tlong(union ieee754sp x)
{