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:

committed by
Michael Ellerman

parent
71faf8145c
commit
9d9f2cccde
@@ -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. */
|
||||
|
Reference in New Issue
Block a user