Skip to content

Commit

Permalink
[MIPS] tlbex.c: cleanup include files
Browse files Browse the repository at this point in the history
Signed-off-by: Franck Bui-Huu <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
fbuihuu authored and ralfbaechle committed Jan 29, 2008
1 parent a9af604 commit f49b94d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arch/mips/mm/tlbex.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,15 @@
* (Condolences to Napoleon XIV)
*/

#include <stdarg.h>

#include <linux/mm.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/init.h>

#include <asm/bugs.h>
#include <asm/pgtable.h>
#include <asm/cacheflush.h>
#include <asm/mmu_context.h>
#include <asm/inst.h>
#include <asm/elf.h>
#include <asm/smp.h>
#include <asm/war.h>

static inline int r45k_bvahwbug(void)
Expand Down

0 comments on commit f49b94d

Please sign in to comment.