hc
2023-11-20 2e7bd41e4e8ab3d1efdabd9e263a2f7fe79bff8c
kernel/include/linux/printk.h
....@@ -141,9 +141,11 @@
141141 #ifdef CONFIG_EARLY_PRINTK
142142 extern asmlinkage __printf(1, 2)
143143 void early_printk(const char *fmt, ...);
144
+extern void printk_kill(void);
144145 #else
145146 static inline __printf(1, 2) __cold
146147 void early_printk(const char *s, ...) { }
148
+static inline void printk_kill(void) { }
147149 #endif
148150
149151 #ifdef CONFIG_PRINTK_NMI