]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/math-emu/cp1emu.c
MIPS: math-emu: Header file weeding.
[karo-tx-linux.git] / arch / mips / math-emu / cp1emu.c
index eabbbd9ff942da42355c7ab4f300e5640447f5a4..3ef9d99a729ed238d681eea0554305450c1adce7 100644 (file)
  * 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"