diff options
author | Anton Blanchard <anton@samba.org> | 2014-08-20 00:55:20 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-09-25 15:14:43 +0200 |
commit | a38efcea56988761f89a3134145f0d5f9ea68076 (patch) | |
tree | b6dff43e39e0f25712a5c0d5dbf8678cebb79b4e /arch/powerpc/include/asm/kexec.h | |
parent | powerpc: Ensure global functions include their prototype (diff) | |
download | linux-a38efcea56988761f89a3134145f0d5f9ea68076.tar.xz linux-a38efcea56988761f89a3134145f0d5f9ea68076.zip |
powerpc: Remove stale function prototypes
There were a number of prototypes for functions that no longer
exist. Remove them.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/kexec.h')
-rw-r--r-- | arch/powerpc/include/asm/kexec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/kexec.h b/arch/powerpc/include/asm/kexec.h index 16d7e33d35e9..19c36cba37c4 100644 --- a/arch/powerpc/include/asm/kexec.h +++ b/arch/powerpc/include/asm/kexec.h @@ -81,7 +81,6 @@ extern void default_machine_crash_shutdown(struct pt_regs *regs); extern int crash_shutdown_register(crash_shutdown_t handler); extern int crash_shutdown_unregister(crash_shutdown_t handler); -extern void machine_kexec_simple(struct kimage *image); extern void crash_kexec_secondary(struct pt_regs *regs); extern int overlaps_crashkernel(unsigned long start, unsigned long size); extern void reserve_crashkernel(void); |