aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash_utils_64.c
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2018-07-05 16:25:19 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2018-07-30 22:48:20 +1000
commit45ef5992e06dcc3a4c7d34d23052289c7676d56c (patch)
treeec15561c86fc9469d10b590be43e2a17b44a6fb0 /arch/powerpc/mm/hash_utils_64.c
parentpowerpc/44x: remove page.h from mmu-44x.h (diff)
downloadlinux-dev-45ef5992e06dcc3a4c7d34d23052289c7676d56c.tar.xz
linux-dev-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/mm/hash_utils_64.c')
-rw-r--r--arch/powerpc/mm/hash_utils_64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/mm/hash_utils_64.c b/arch/powerpc/mm/hash_utils_64.c
index 743c8dbe1941..f23a89d8e4ce 100644
--- a/arch/powerpc/mm/hash_utils_64.c
+++ b/arch/powerpc/mm/hash_utils_64.c
@@ -48,7 +48,6 @@
#include <linux/uaccess.h>
#include <asm/machdep.h>
#include <asm/prom.h>
-#include <asm/tlbflush.h>
#include <asm/io.h>
#include <asm/eeh.h>
#include <asm/tlb.h>