aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/ieee754d.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2014-04-15 20:09:53 -0400
committerRalf Baechle <ralf@linux-mips.org>2014-05-21 05:12:53 -0400
commitcd8ee345e8affceaa3f846012db7eb799a6d918f (patch)
treea19b27891b6df885546e05637360fb46f2072ef2 /arch/mips/math-emu/ieee754d.c
parent5160d45dd2f6e72e40f79e3dc77daa7a8337685b (diff)
MIPS: math-emu: Header file weeding.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/ieee754d.c')
-rw-r--r--arch/mips/math-emu/ieee754d.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/math-emu/ieee754d.c b/arch/mips/math-emu/ieee754d.c
index 627932839d57..6d4dc36a6fdc 100644
--- a/arch/mips/math-emu/ieee754d.c
+++ b/arch/mips/math-emu/ieee754d.c
@@ -25,7 +25,8 @@
25 * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved. 25 * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
26 */ 26 */
27 27
28#include <linux/kernel.h> 28#include <linux/types.h>
29#include <linux/printk.h>
29#include "ieee754.h" 30#include "ieee754.h"
30 31
31#define DP_EBIAS 1023 32#define DP_EBIAS 1023