summaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/kernel_linkage.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2014-04-16 02:09:53 +0200
committerRalf Baechle <ralf@linux-mips.org>2014-05-21 11:12:53 +0200
commitcd8ee345e8affceaa3f846012db7eb799a6d918f (patch)
treea19b27891b6df885546e05637360fb46f2072ef2 /arch/mips/math-emu/kernel_linkage.c
parent5160d45dd2f6e72e40f79e3dc77daa7a8337685b (diff)
downloadtalos-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/kernel_linkage.c')
-rw-r--r--arch/mips/math-emu/kernel_linkage.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/mips/math-emu/kernel_linkage.c b/arch/mips/math-emu/kernel_linkage.c
index eb58a85b3157..a7959005700b 100644
--- a/arch/mips/math-emu/kernel_linkage.c
+++ b/arch/mips/math-emu/kernel_linkage.c
@@ -19,11 +19,8 @@
* manipulation primitives for the Algorithmics MIPS
* FPU Emulator
*/
-#include <linux/sched.h>
-#include <asm/processor.h>
-#include <asm/signal.h>
-#include <asm/uaccess.h>
-
+#include <linux/printk.h>
+#include <asm/current.h>
#include <asm/fpu.h>
#include <asm/fpu_emulator.h>
OpenPOWER on IntegriCloud