[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1509621287-32198-4-git-send-email-aleksandar.markovic@rt-rk.com>
Date: Thu, 2 Nov 2017 12:14:00 +0100
From: Aleksandar Markovic <aleksandar.markovic@...rk.com>
To: linux-mips@...ux-mips.org
Cc: Aleksandar Markovic <aleksandar.markovic@...s.com>,
Douglas Leung <douglas.leung@...s.com>,
Goran Ferenc <goran.ferenc@...s.com>,
James Hogan <james.hogan@...s.com>,
linux-kernel@...r.kernel.org,
Miodrag Dinic <miodrag.dinic@...s.com>,
Paul Burton <paul.burton@...s.com>,
Petar Jovanovic <petar.jovanovic@...s.com>,
Raghu Gandham <raghu.gandham@...s.com>,
Ralf Baechle <ralf@...ux-mips.org>
Subject: [PATCH v3 3/8] MIPS: math-emu: Remove an unnecessary header inclusion
From: Aleksandar Markovic <aleksandar.markovic@...s.com>
Remove an unnecessary header inclusion of "ieee754dp.h".
Signed-off-by: Aleksandar Markovic <aleksandar.markovic@...s.com>
---
arch/mips/math-emu/sp_tlong.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/mips/math-emu/sp_tlong.c b/arch/mips/math-emu/sp_tlong.c
index a2450c7..bca5ac9 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)
{
--
2.7.4
Powered by blists - more mailing lists