diff options
author | Anton Blanchard <anton@samba.org> | 2011-01-06 17:54:58 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-01-21 14:08:35 +1100 |
commit | 619b267724e8cc41072d650ae28114851dd8bf56 (patch) | |
tree | a7ba5806aa7ac6ab9291a44940217f6708ec8f9f /arch/powerpc/include | |
parent | 50266a1f8a6618f2e477635cfcf457b5da8d5a68 (diff) | |
download | kernel_samsung_espresso10-619b267724e8cc41072d650ae28114851dd8bf56.zip kernel_samsung_espresso10-619b267724e8cc41072d650ae28114851dd8bf56.tar.gz kernel_samsung_espresso10-619b267724e8cc41072d650ae28114851dd8bf56.tar.bz2 |
powerpc/kexec: Remove ppc_md.machine_kexec_cleanup
No one uses ppc_md.machine_kexec_cleanup, 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/include')
-rw-r--r-- | arch/powerpc/include/asm/machdep.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/machdep.h b/arch/powerpc/include/asm/machdep.h index b2e8d69..67cd82e 100644 --- a/arch/powerpc/include/asm/machdep.h +++ b/arch/powerpc/include/asm/machdep.h @@ -247,9 +247,6 @@ struct machdep_calls { */ int (*machine_kexec_prepare)(struct kimage *image); - /* Called to handle any machine specific cleanup on image */ - void (*machine_kexec_cleanup)(struct kimage *image); - /* Called to perform the _real_ kexec. * Do NOT allocate memory or fail here. We are past the point of * no return. |