Commit e1adbcf10608c83de6a81a02ebce859611433b52

Authored by H. Peter Anvin
Committed by Ingo Molnar
1 parent f0be6c6a69

asm-generic/tlb.h: remove <linux/quicklist.h>

Remove unused <linux/quicklist.h> from <asm-generic/tlb.h>; per
Christoph Lameter this should have been part of a previous patch
reversal but apparently didn't get removed.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

include/asm-generic/tlb.h
... ... @@ -14,7 +14,6 @@
14 14 #define _ASM_GENERIC__TLB_H
15 15  
16 16 #include <linux/swap.h>
17   -#include <linux/quicklist.h>
18 17 #include <asm/pgalloc.h>
19 18 #include <asm/tlbflush.h>
20 19