commit | cd8ee345e8affceaa3f846012db7eb799a6d918f | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Apr 16 02:09:53 2014 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed May 21 11:12:53 2014 +0200 |
tree | a19b27891b6df885546e05637360fb46f2072ef2 | |
parent | 5160d45dd2f6e72e40f79e3dc77daa7a8337685b [diff] [blame] |
MIPS: math-emu: Header file weeding. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/math-emu/ieee754d.c b/arch/mips/math-emu/ieee754d.c index 6279328..6d4dc36 100644 --- a/arch/mips/math-emu/ieee754d.c +++ b/arch/mips/math-emu/ieee754d.c
@@ -25,7 +25,8 @@ * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved. */ -#include <linux/kernel.h> +#include <linux/types.h> +#include <linux/printk.h> #include "ieee754.h" #define DP_EBIAS 1023