summaryrefslogtreecommitdiffstats
path: root/include/linux/kexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kexec.h')
-rw-r--r--include/linux/kexec.h2
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 *);
230int kexec_should_crash(struct task_struct *); 230int kexec_should_crash(struct task_struct *);
231void crash_save_cpu(struct pt_regs *regs, int cpu); 231void crash_save_cpu(struct pt_regs *regs, int cpu);
232void crash_save_vmcoreinfo(void); 232void crash_save_vmcoreinfo(void);
233void crash_map_reserved_pages(void);
234void crash_unmap_reserved_pages(void);
235void arch_crash_save_vmcoreinfo(void); 233void arch_crash_save_vmcoreinfo(void);
236__printf(1, 2) 234__printf(1, 2)
237void vmcoreinfo_append_str(const char *fmt, ...); 235void vmcoreinfo_append_str(const char *fmt, ...);