diff options
-rw-r--r-- | arch/mips/mm/tlbex.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index 77530fd96f1c..325bc730ab5e 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c | |||
@@ -19,21 +19,15 @@ | |||
19 | * (Condolences to Napoleon XIV) | 19 | * (Condolences to Napoleon XIV) |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #include <stdarg.h> | ||
23 | |||
24 | #include <linux/mm.h> | ||
25 | #include <linux/kernel.h> | 22 | #include <linux/kernel.h> |
26 | #include <linux/types.h> | 23 | #include <linux/types.h> |
27 | #include <linux/string.h> | 24 | #include <linux/string.h> |
28 | #include <linux/init.h> | 25 | #include <linux/init.h> |
29 | 26 | ||
30 | #include <asm/bugs.h> | 27 | #include <asm/bugs.h> |
31 | #include <asm/pgtable.h> | ||
32 | #include <asm/cacheflush.h> | ||
33 | #include <asm/mmu_context.h> | 28 | #include <asm/mmu_context.h> |
34 | #include <asm/inst.h> | 29 | #include <asm/inst.h> |
35 | #include <asm/elf.h> | 30 | #include <asm/elf.h> |
36 | #include <asm/smp.h> | ||
37 | #include <asm/war.h> | 31 | #include <asm/war.h> |
38 | 32 | ||
39 | static inline int r45k_bvahwbug(void) | 33 | static inline int r45k_bvahwbug(void) |