Commit f49b94d8 authored by Franck Bui-Huu's avatar Franck Bui-Huu Committed by Ralf Baechle

[MIPS] tlbex.c: cleanup include files

Signed-off-by: default avatarFranck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent a9af6041
...@@ -19,21 +19,15 @@ ...@@ -19,21 +19,15 @@
* (Condolences to Napoleon XIV) * (Condolences to Napoleon XIV)
*/ */
#include <stdarg.h>
#include <linux/mm.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/string.h> #include <linux/string.h>
#include <linux/init.h> #include <linux/init.h>
#include <asm/bugs.h> #include <asm/bugs.h>
#include <asm/pgtable.h>
#include <asm/cacheflush.h>
#include <asm/mmu_context.h> #include <asm/mmu_context.h>
#include <asm/inst.h> #include <asm/inst.h>
#include <asm/elf.h> #include <asm/elf.h>
#include <asm/smp.h>
#include <asm/war.h> #include <asm/war.h>
static inline int r45k_bvahwbug(void) static inline int r45k_bvahwbug(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment