diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-07-05 19:25:19 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-30 15:48:20 +0300 |
commit | 45ef5992e06dcc3a4c7d34d23052289c7676d56c (patch) | |
tree | ec15561c86fc9469d10b590be43e2a17b44a6fb0 /arch/powerpc/include/asm/highmem.h | |
parent | 7bc396958cafba126078ad92480a4241599ae4ef (diff) | |
download | linux-45ef5992e06dcc3a4c7d34d23052289c7676d56c.tar.xz |
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/highmem.h')
-rw-r--r-- | arch/powerpc/include/asm/highmem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/highmem.h b/arch/powerpc/include/asm/highmem.h index cec820f961da..a4b65b186ec6 100644 --- a/arch/powerpc/include/asm/highmem.h +++ b/arch/powerpc/include/asm/highmem.h @@ -25,7 +25,7 @@ #include <linux/interrupt.h> #include <asm/kmap_types.h> -#include <asm/tlbflush.h> +#include <asm/cacheflush.h> #include <asm/page.h> #include <asm/fixmap.h> |