summaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/cp1emu.c
diff options
context:
space:
mode:
authorRalf Baechle2014-04-16 02:09:53 +0200
committerRalf Baechle2014-05-21 11:12:53 +0200
commitcd8ee345e8affceaa3f846012db7eb799a6d918f (patch)
treea19b27891b6df885546e05637360fb46f2072ef2 /arch/mips/math-emu/cp1emu.c
parentMIPS: branch: Make inclusion of <asm/branch.h> safe. (diff)
downloadkernel-qcow2-linux-cd8ee345e8affceaa3f846012db7eb799a6d918f.tar.gz
kernel-qcow2-linux-cd8ee345e8affceaa3f846012db7eb799a6d918f.tar.xz
kernel-qcow2-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/cp1emu.c')
-rw-r--r--arch/mips/math-emu/cp1emu.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/mips/math-emu/cp1emu.c b/arch/mips/math-emu/cp1emu.c
index eabbbd9ff942..3ef9d99a729e 100644
--- a/arch/mips/math-emu/cp1emu.c
+++ b/arch/mips/math-emu/cp1emu.c
@@ -34,20 +34,18 @@
* better performance by compiling with -msoft-float!
*/
#include <linux/sched.h>
-#include <linux/module.h>
#include <linux/debugfs.h>
#include <linux/perf_event.h>
+#include <asm/branch.h>
#include <asm/inst.h>
-#include <asm/bootinfo.h>
-#include <asm/processor.h>
#include <asm/ptrace.h>
#include <asm/signal.h>
-#include <asm/mipsregs.h>
+#include <asm/uaccess.h>
+
+#include <asm/processor.h>
#include <asm/fpu_emulator.h>
#include <asm/fpu.h>
-#include <asm/uaccess.h>
-#include <asm/branch.h>
#include "ieee754.h"