summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/machine_kexec.c
diff options
context:
space:
mode:
authorChristophe Leroy2018-07-05 18:24:51 +0200
committerMichael Ellerman2018-07-30 14:47:53 +0200
commitdb0a2b633da4216b767d7aed95ffe30d37409c7a (patch)
treeaf04f74111443fb83eefb565b25128efa0e7f060 /arch/powerpc/kernel/machine_kexec.c
parenttty: hvc: remove unexplained "just in case" spin delay (diff)
downloadkernel-qcow2-linux-db0a2b633da4216b767d7aed95ffe30d37409c7a.tar.gz
kernel-qcow2-linux-db0a2b633da4216b767d7aed95ffe30d37409c7a.tar.xz
kernel-qcow2-linux-db0a2b633da4216b767d7aed95ffe30d37409c7a.zip
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>
Diffstat (limited to 'arch/powerpc/kernel/machine_kexec.c')
-rw-r--r--arch/powerpc/kernel/machine_kexec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/machine_kexec.c b/arch/powerpc/kernel/machine_kexec.c
index b53401334e81..63f5a9311a29 100644
--- a/arch/powerpc/kernel/machine_kexec.c
+++ b/arch/powerpc/kernel/machine_kexec.c
@@ -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>