diff options
Diffstat (limited to 'include/linux/kexec.h')
-rw-r--r-- | include/linux/kexec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/kexec.h b/include/linux/kexec.h index 643ff4a3fbf6..e8acb2b43dd9 100644 --- a/include/linux/kexec.h +++ b/include/linux/kexec.h | |||
@@ -230,8 +230,6 @@ extern void crash_kexec(struct pt_regs *); | |||
230 | int kexec_should_crash(struct task_struct *); | 230 | int kexec_should_crash(struct task_struct *); |
231 | void crash_save_cpu(struct pt_regs *regs, int cpu); | 231 | void crash_save_cpu(struct pt_regs *regs, int cpu); |
232 | void crash_save_vmcoreinfo(void); | 232 | void crash_save_vmcoreinfo(void); |
233 | void crash_map_reserved_pages(void); | ||
234 | void crash_unmap_reserved_pages(void); | ||
235 | void arch_crash_save_vmcoreinfo(void); | 233 | void arch_crash_save_vmcoreinfo(void); |
236 | __printf(1, 2) | 234 | __printf(1, 2) |
237 | void vmcoreinfo_append_str(const char *fmt, ...); | 235 | void vmcoreinfo_append_str(const char *fmt, ...); |