diff options
Diffstat (limited to 'include/linux/printk.h')
-rw-r--r-- | include/linux/printk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/printk.h b/include/linux/printk.h index 51dd6b824fe2..f4da695fd615 100644 --- a/include/linux/printk.h +++ b/include/linux/printk.h | |||
@@ -127,11 +127,13 @@ extern void printk_nmi_init(void); | |||
127 | extern void printk_nmi_enter(void); | 127 | extern void printk_nmi_enter(void); |
128 | extern void printk_nmi_exit(void); | 128 | extern void printk_nmi_exit(void); |
129 | extern void printk_nmi_flush(void); | 129 | extern void printk_nmi_flush(void); |
130 | extern void printk_nmi_flush_on_panic(void); | ||
130 | #else | 131 | #else |
131 | static inline void printk_nmi_init(void) { } | 132 | static inline void printk_nmi_init(void) { } |
132 | static inline void printk_nmi_enter(void) { } | 133 | static inline void printk_nmi_enter(void) { } |
133 | static inline void printk_nmi_exit(void) { } | 134 | static inline void printk_nmi_exit(void) { } |
134 | static inline void printk_nmi_flush(void) { } | 135 | static inline void printk_nmi_flush(void) { } |
136 | static inline void printk_nmi_flush_on_panic(void) { } | ||
135 | #endif /* PRINTK_NMI */ | 137 | #endif /* PRINTK_NMI */ |
136 | 138 | ||
137 | #ifdef CONFIG_PRINTK | 139 | #ifdef CONFIG_PRINTK |