diff options
author | Christophe Leroy | 2019-03-29 09:59:59 +0000 |
---|---|---|
committer | Michael Ellerman | 2019-05-02 21:18:58 +1000 |
commit | 9d9f2cccde952126185e3336af0d4dc62eb254ad (patch) | |
tree | 4f5ba6e5e3e5af437b724ed7eb58b263ce62736a /arch/powerpc/mm/init_64.c | |
parent | 71faf8145cdc20f22aa398eb7b206b33826cf2bd (diff) |
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_64.c')
-rw-r--r-- | arch/powerpc/mm/init_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/init_64.c b/arch/powerpc/mm/init_64.c index a4c155af1597..45b02fa11cd8 100644 --- a/arch/powerpc/mm/init_64.c +++ b/arch/powerpc/mm/init_64.c @@ -66,7 +66,7 @@ #include <asm/iommu.h> #include <asm/vdso.h> -#include "mmu_decl.h" +#include <mm/mmu_decl.h> phys_addr_t memstart_addr = ~0; EXPORT_SYMBOL_GPL(memstart_addr); |