diff options
author | Christophe Leroy | 2018-07-05 16:25:19 +0000 |
---|---|---|
committer | Michael Ellerman | 2018-07-30 22:48:20 +1000 |
commit | 45ef5992e06dcc3a4c7d34d23052289c7676d56c (patch) | |
tree | ec15561c86fc9469d10b590be43e2a17b44a6fb0 /arch/powerpc/include/asm/tlb.h | |
parent | 7bc396958cafba126078ad92480a4241599ae4ef (diff) |
powerpc: remove unnecessary inclusion of asm/tlbflush.h
asm/tlbflush.h is only needed for:
- using functions xxx_flush_tlb_xxx()
- using MMU_NO_CONTEXT
- including asm-generic/pgtable.h
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/tlb.h')
-rw-r--r-- | arch/powerpc/include/asm/tlb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/tlb.h b/arch/powerpc/include/asm/tlb.h index 9138baccebb0..6d2ba7c779dc 100644 --- a/arch/powerpc/include/asm/tlb.h +++ b/arch/powerpc/include/asm/tlb.h @@ -17,7 +17,6 @@ #include <asm/pgtable.h> #endif #include <asm/pgalloc.h> -#include <asm/tlbflush.h> #ifndef __powerpc64__ #include <asm/page.h> #include <asm/mmu.h> |