diff options
author | Anton Blanchard <anton@samba.org> | 2011-01-06 12:56:09 -0500 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-01-20 22:08:35 -0500 |
commit | c1f784e553490a2602567666fc79ff142cb4413b (patch) | |
tree | ab66c2dfbd209b3d3ca51e1d8be5c3566faaa607 /arch/powerpc/platforms/cell | |
parent | c94868788cf26d5ad816646dd9af3cdf6fbd92fd (diff) |
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')
-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) { | |||
148 | #ifdef CONFIG_KEXEC | 148 | #ifdef CONFIG_KEXEC |
149 | .machine_kexec = default_machine_kexec, | 149 | .machine_kexec = default_machine_kexec, |
150 | .machine_kexec_prepare = default_machine_kexec_prepare, | 150 | .machine_kexec_prepare = default_machine_kexec_prepare, |
151 | .machine_crash_shutdown = default_machine_crash_shutdown, | ||
152 | #endif | 151 | #endif |
153 | }; | 152 | }; |