Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: remove kdump.h from page.h

page.h doesn't need kdump.h

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

authored by

Christophe Leroy and committed by
Michael Ellerman
db0a2b63 cca3d529

+2 -2
-1
arch/powerpc/include/asm/page.h
··· 17 17 #include <asm/types.h> 18 18 #endif 19 19 #include <asm/asm-compat.h> 20 - #include <asm/kdump.h> 21 20 22 21 /* 23 22 * On regular PPC32 page size is 4K (but we support 4K/16K/64K/256K pages
-1
arch/powerpc/kernel/crash.c
··· 23 23 #include <asm/processor.h> 24 24 #include <asm/machdep.h> 25 25 #include <asm/kexec.h> 26 - #include <asm/kdump.h> 27 26 #include <asm/prom.h> 28 27 #include <asm/smp.h> 29 28 #include <asm/setjmp.h>
+1
arch/powerpc/kernel/machine_kexec.c
··· 17 17 #include <linux/irq.h> 18 18 #include <linux/ftrace.h> 19 19 20 + #include <asm/kdump.h> 20 21 #include <asm/machdep.h> 21 22 #include <asm/pgalloc.h> 22 23 #include <asm/prom.h>
+1
arch/powerpc/kernel/setup_32.c
··· 40 40 #include <asm/code-patching.h> 41 41 #include <asm/cpu_has_feature.h> 42 42 #include <asm/asm-prototypes.h> 43 + #include <asm/kdump.h> 43 44 44 45 #define DBG(fmt...) 45 46