diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-07-05 18:25:19 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-30 14:48:20 +0200 |
commit | 45ef5992e06dcc3a4c7d34d23052289c7676d56c (patch) | |
tree | ec15561c86fc9469d10b590be43e2a17b44a6fb0 /arch/powerpc/platforms/pseries/lpar.c | |
parent | powerpc/44x: remove page.h from mmu-44x.h (diff) | |
download | linux-45ef5992e06dcc3a4c7d34d23052289c7676d56c.tar.xz linux-45ef5992e06dcc3a4c7d34d23052289c7676d56c.zip |
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/platforms/pseries/lpar.c')
-rw-r--r-- | arch/powerpc/platforms/pseries/lpar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/lpar.c b/arch/powerpc/platforms/pseries/lpar.c index 52eeff1297f4..d3992ced0782 100644 --- a/arch/powerpc/platforms/pseries/lpar.c +++ b/arch/powerpc/platforms/pseries/lpar.c @@ -37,7 +37,6 @@ #include <asm/machdep.h> #include <asm/mmu_context.h> #include <asm/iommu.h> -#include <asm/tlbflush.h> #include <asm/tlb.h> #include <asm/prom.h> #include <asm/cputable.h> |