diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-04-16 02:09:53 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-21 11:12:53 +0200 |
commit | cd8ee345e8affceaa3f846012db7eb799a6d918f (patch) | |
tree | a19b27891b6df885546e05637360fb46f2072ef2 /arch/mips/math-emu/dp_tint.c | |
parent | 5160d45dd2f6e72e40f79e3dc77daa7a8337685b (diff) | |
download | talos-op-linux-cd8ee345e8affceaa3f846012db7eb799a6d918f.tar.gz talos-op-linux-cd8ee345e8affceaa3f846012db7eb799a6d918f.zip |
MIPS: math-emu: Header file weeding.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/dp_tint.c')
-rw-r--r-- | arch/mips/math-emu/dp_tint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/math-emu/dp_tint.c b/arch/mips/math-emu/dp_tint.c index 2a00805fdbeb..e6bc33fd61a9 100644 --- a/arch/mips/math-emu/dp_tint.c +++ b/arch/mips/math-emu/dp_tint.c @@ -24,7 +24,6 @@ */ -#include <linux/kernel.h> #include "ieee754dp.h" int ieee754dp_tint(union ieee754dp x) |