diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-04-15 20:09:53 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-21 05:12:53 -0400 |
commit | cd8ee345e8affceaa3f846012db7eb799a6d918f (patch) | |
tree | a19b27891b6df885546e05637360fb46f2072ef2 /arch/mips/math-emu/kernel_linkage.c | |
parent | 5160d45dd2f6e72e40f79e3dc77daa7a8337685b (diff) |
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.c | 7 |
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 @@ | |||
19 | * manipulation primitives for the Algorithmics MIPS | 19 | * manipulation primitives for the Algorithmics MIPS |
20 | * FPU Emulator | 20 | * FPU Emulator |
21 | */ | 21 | */ |
22 | #include <linux/sched.h> | 22 | #include <linux/printk.h> |
23 | #include <asm/processor.h> | 23 | #include <asm/current.h> |
24 | #include <asm/signal.h> | ||
25 | #include <asm/uaccess.h> | ||
26 | |||
27 | #include <asm/fpu.h> | 24 | #include <asm/fpu.h> |
28 | #include <asm/fpu_emulator.h> | 25 | #include <asm/fpu_emulator.h> |
29 | 26 | ||