diff options
author | 2018-07-05 16:25:19 +0000 | |
---|---|---|
committer | 2018-07-30 22:48:20 +1000 | |
commit | 45ef5992e06dcc3a4c7d34d23052289c7676d56c (patch) | |
tree | ec15561c86fc9469d10b590be43e2a17b44a6fb0 /arch/powerpc/kvm/book3s_32_mmu.c | |
parent | powerpc/44x: remove page.h from mmu-44x.h (diff) | |
download | wireguard-linux-45ef5992e06dcc3a4c7d34d23052289c7676d56c.tar.xz wireguard-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 <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'arch/powerpc/kvm/book3s_32_mmu.c')
-rw-r--r-- | arch/powerpc/kvm/book3s_32_mmu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/book3s_32_mmu.c b/arch/powerpc/kvm/book3s_32_mmu.c index 45c8ea4a0487..612169988a3d 100644 --- a/arch/powerpc/kvm/book3s_32_mmu.c +++ b/arch/powerpc/kvm/book3s_32_mmu.c @@ -23,7 +23,6 @@ #include <linux/kvm_host.h> #include <linux/highmem.h> -#include <asm/tlbflush.h> #include <asm/kvm_ppc.h> #include <asm/kvm_book3s.h> |