diff options
author | Anton Blanchard | 2011-01-06 18:56:09 +0100 |
---|---|---|
committer | Benjamin Herrenschmidt | 2011-01-21 04:08:35 +0100 |
commit | c1f784e553490a2602567666fc79ff142cb4413b (patch) | |
tree | ab66c2dfbd209b3d3ca51e1d8be5c3566faaa607 /arch/powerpc/platforms/cell/qpace_setup.c | |
parent | powerpc/kexec: Remove ppc_md.machine_kexec (diff) | |
download | kernel-qcow2-linux-c1f784e553490a2602567666fc79ff142cb4413b.tar.gz kernel-qcow2-linux-c1f784e553490a2602567666fc79ff142cb4413b.tar.xz kernel-qcow2-linux-c1f784e553490a2602567666fc79ff142cb4413b.zip |
powerpc/kdump: Remove ppc_md.machine_crash_shutdown
No one uses ppc_md.machine_crash_shutdown, so remove it.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/cell/qpace_setup.c')
-rw-r--r-- | arch/powerpc/platforms/cell/qpace_setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/qpace_setup.c b/arch/powerpc/platforms/cell/qpace_setup.c index 1b5749042756..7970eec4c3a2 100644 --- a/arch/powerpc/platforms/cell/qpace_setup.c +++ b/arch/powerpc/platforms/cell/qpace_setup.c @@ -148,6 +148,5 @@ define_machine(qpace) { #ifdef CONFIG_KEXEC .machine_kexec = default_machine_kexec, .machine_kexec_prepare = default_machine_kexec_prepare, - .machine_crash_shutdown = default_machine_crash_shutdown, #endif }; |