diff options
author | Lianbo Jiang <lijiang@redhat.com> | 2019-10-17 11:43:46 +0200 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2019-10-22 13:59:49 +0200 |
commit | e095cb7a0f57e1e2dcab93c4213808b1cd57e206 (patch) | |
tree | 9a020f3842bb6304edbb7766175daff5a1475acd /arch/x86/include/asm/crash.h | |
parent | x86/nmi: Remove stale EDAC include leftover (diff) | |
download | linux-e095cb7a0f57e1e2dcab93c4213808b1cd57e206.tar.xz linux-e095cb7a0f57e1e2dcab93c4213808b1cd57e206.zip |
x86/kdump: Remove the unused crash_copy_backup_region()
The crash_copy_backup_region() function is unused so remove it.
Signed-off-by: Lianbo Jiang <lijiang@redhat.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: bhe@redhat.com
Cc: dhowells@redhat.com
Cc: dyoung@redhat.com
Cc: ebiederm@xmission.com
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jürgen Gross <jgross@suse.com>
Cc: kexec@lists.infradead.org
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Tom Lendacky <thomas.lendacky@amd.com>
Cc: vgoyal@redhat.com
Cc: x86-ml <x86@kernel.org>
Cc: Yi Wang <wang.yi59@zte.com.cn>
Link: https://lkml.kernel.org/r/20191017094347.20327-3-lijiang@redhat.com
Diffstat (limited to 'arch/x86/include/asm/crash.h')
-rw-r--r-- | arch/x86/include/asm/crash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/crash.h b/arch/x86/include/asm/crash.h index 0acf5ee45a21..089b2850f9d1 100644 --- a/arch/x86/include/asm/crash.h +++ b/arch/x86/include/asm/crash.h @@ -3,7 +3,6 @@ #define _ASM_X86_CRASH_H int crash_load_segments(struct kimage *image); -int crash_copy_backup_region(struct kimage *image); int crash_setup_memmap_entries(struct kimage *image, struct boot_params *params); void crash_smp_send_stop(void); |