diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2019-03-29 10:59:59 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-05-02 13:18:58 +0200 |
commit | 9d9f2cccde952126185e3336af0d4dc62eb254ad (patch) | |
tree | 4f5ba6e5e3e5af437b724ed7eb58b263ce62736a /arch/powerpc/mm/pgtable-book3s64.c | |
parent | powerpc/nohash64: clean pgtable.h (diff) | |
download | linux-9d9f2cccde952126185e3336af0d4dc62eb254ad.tar.xz linux-9d9f2cccde952126185e3336af0d4dc62eb254ad.zip |
powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>
This patch make inclusion of mmu_decl.h independant of the location
of the file including it.
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/pgtable-book3s64.c')
-rw-r--r-- | arch/powerpc/mm/pgtable-book3s64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/pgtable-book3s64.c b/arch/powerpc/mm/pgtable-book3s64.c index a4341aba0af4..16bda049187a 100644 --- a/arch/powerpc/mm/pgtable-book3s64.c +++ b/arch/powerpc/mm/pgtable-book3s64.c @@ -17,7 +17,7 @@ #include <asm/trace.h> #include <asm/powernv.h> -#include "mmu_decl.h" +#include <mm/mmu_decl.h> #include <trace/events/thp.h> unsigned long __pmd_frag_nr; |