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>
This commit is contained in:
Christophe Leroy
2019-03-29 09:59:59 +00:00
committed by Michael Ellerman
parent 71faf8145c
commit 9d9f2cccde
17 changed files with 17 additions and 17 deletions

View File

@@ -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. */