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 fe45136b32cc..2fa0901219d4 100644 --- a/include/linux/kexec.h +++ b/include/linux/kexec.h | |||
@@ -140,8 +140,8 @@ void crash_save_vmcoreinfo(void); | |||
140 | void crash_map_reserved_pages(void); | 140 | void crash_map_reserved_pages(void); |
141 | void crash_unmap_reserved_pages(void); | 141 | void crash_unmap_reserved_pages(void); |
142 | void arch_crash_save_vmcoreinfo(void); | 142 | void arch_crash_save_vmcoreinfo(void); |
143 | void vmcoreinfo_append_str(const char *fmt, ...) | 143 | __printf(1, 2) |
144 | __attribute__ ((format (printf, 1, 2))); | 144 | void vmcoreinfo_append_str(const char *fmt, ...); |
145 | unsigned long paddr_vmcoreinfo_note(void); | 145 | unsigned long paddr_vmcoreinfo_note(void); |
146 | 146 | ||
147 | #define VMCOREINFO_OSRELEASE(value) \ | 147 | #define VMCOREINFO_OSRELEASE(value) \ |