Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[MIPS] tlbex.c: cleanup include files

parent a9af6041
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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)