]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
powerpc: remove kdump.h from page.h
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 5 Jul 2018 16:24:51 +0000 (16:24 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 30 Jul 2018 12:47:53 +0000 (22:47 +1000)
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>
arch/powerpc/include/asm/page.h
arch/powerpc/kernel/crash.c
arch/powerpc/kernel/machine_kexec.c
arch/powerpc/kernel/setup_32.c

index db7be0779d550cd7200fed092f0de94e5c4a8b03..a9fbefaacf1024313c7723aebefd09c9ebd75c6c 100644 (file)
@@ -17,7 +17,6 @@
 #include <asm/types.h>
 #endif
 #include <asm/asm-compat.h>
-#include <asm/kdump.h>
 
 /*
  * On regular PPC32 page size is 4K (but we support 4K/16K/64K/256K pages
index 17c8b99680f21490f2c20cf8d135403bc9b854cb..43a3ce2301e86a76925c64a8c50158bd0b13dd70 100644 (file)
@@ -23,7 +23,6 @@
 #include <asm/processor.h>
 #include <asm/machdep.h>
 #include <asm/kexec.h>
-#include <asm/kdump.h>
 #include <asm/prom.h>
 #include <asm/smp.h>
 #include <asm/setjmp.h>
index b53401334e81b5fbfed75605922afcb1f4f8d5b6..63f5a9311a2940c09c53890699602c7871b1a4fa 100644 (file)
@@ -17,6 +17,7 @@
 #include <linux/irq.h>
 #include <linux/ftrace.h>
 
+#include <asm/kdump.h>
 #include <asm/machdep.h>
 #include <asm/pgalloc.h>
 #include <asm/prom.h>
index 74457485574b7db3ce7fa942e425c4a9138e03a7..ef747a5a30b9ccded506dcc547fcd15b91eaa51c 100644 (file)
@@ -40,6 +40,7 @@
 #include <asm/code-patching.h>
 #include <asm/cpu_has_feature.h>
 #include <asm/asm-prototypes.h>
+#include <asm/kdump.h>
 
 #define DBG(fmt...)