aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/init_32.c
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2019-03-29 09:59:59 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2019-05-02 21:18:58 +1000
commit9d9f2cccde952126185e3336af0d4dc62eb254ad (patch)
tree4f5ba6e5e3e5af437b724ed7eb58b263ce62736a /arch/powerpc/mm/init_32.c
parentpowerpc/nohash64: clean pgtable.h (diff)
downloadlinux-dev-9d9f2cccde952126185e3336af0d4dc62eb254ad.tar.xz
linux-dev-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/init_32.c')
-rw-r--r--arch/powerpc/mm/init_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/init_32.c b/arch/powerpc/mm/init_32.c
index 80cc97cd8878..3eb4cb09749c 100644
--- a/arch/powerpc/mm/init_32.c
+++ b/arch/powerpc/mm/init_32.c
@@ -47,7 +47,7 @@
#include <asm/hugetlb.h>
#include <asm/kup.h>
-#include "mmu_decl.h"
+#include <mm/mmu_decl.h>
#if defined(CONFIG_KERNEL_START_BOOL) || defined(CONFIG_LOWMEM_SIZE_BOOL)
/* The amount of lowmem must be within 0xF0000000 - KERNELBASE. */