diff options
author | Franck Bui-Huu <fbuihuu@gmail.com> | 2007-10-18 03:11:15 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-01-29 05:14:56 -0500 |
commit | f49b94d8c111e86e4e04a5a0eb83988d9d935d56 (patch) | |
tree | 1f005f0d966e78c0fe2ee865ef2ac481285d271c /arch/mips/mm/tlbex.c | |
parent | a9af6041e9e7ed0278d03333c3a22a8509f33615 (diff) |
[MIPS] tlbex.c: cleanup include files
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/tlbex.c')
-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) |