diff options
Diffstat (limited to 'include/linux/kexec.h')
-rw-r--r-- | include/linux/kexec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/kexec.h b/include/linux/kexec.h index c2478a342cd7..8944ebe7963e 100644 --- a/include/linux/kexec.h +++ b/include/linux/kexec.h | |||
@@ -130,8 +130,8 @@ int kexec_should_crash(struct task_struct *); | |||
130 | void crash_save_cpu(struct pt_regs *regs, int cpu); | 130 | void crash_save_cpu(struct pt_regs *regs, int cpu); |
131 | void crash_save_vmcoreinfo(void); | 131 | void crash_save_vmcoreinfo(void); |
132 | void arch_crash_save_vmcoreinfo(void); | 132 | void arch_crash_save_vmcoreinfo(void); |
133 | void vmcoreinfo_append_str(const char *fmt, ...) | 133 | __printf(1, 2) |
134 | __attribute__ ((format (printf, 1, 2))); | 134 | void vmcoreinfo_append_str(const char *fmt, ...); |
135 | unsigned long paddr_vmcoreinfo_note(void); | 135 | unsigned long paddr_vmcoreinfo_note(void); |
136 | 136 | ||
137 | #define VMCOREINFO_OSRELEASE(value) \ | 137 | #define VMCOREINFO_OSRELEASE(value) \ |