printk: remove the now unnecessary "C" annotation for KERN_CONT
[firefly-linux-kernel-4.4.55.git] / include / linux / kern_levels.h
index 8c719a955b5be814b81c52aae3244cd16411f1f4..866caaa9e2bb36fe363fd6cf672e0bb8096bfb8a 100644 (file)
@@ -20,6 +20,6 @@
  * line that had no enclosing \n). Only to be used by core/arch code
  * during early bootup (a continued line is not SMP-safe otherwise).
  */
-#define KERN_CONT      KERN_SOH "c"
+#define KERN_CONT      ""
 
 #endif