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
vanhempi 71faf8145c
commit 9d9f2cccde
17 muutettua tiedostoa jossa 17 lisäystä ja 17 poistoa

Näytä tiedosto

@@ -36,7 +36,7 @@
#include <asm/setup.h>
#include <asm/sections.h>
#include "mmu_decl.h"
#include <mm/mmu_decl.h>
unsigned long ioremap_bot;
EXPORT_SYMBOL(ioremap_bot); /* aka VMALLOC_END */