diff options
Diffstat (limited to 'include/linux/kern_levels.h')
-rw-r--r-- | include/linux/kern_levels.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kern_levels.h b/include/linux/kern_levels.h index 8c719a9..866caaa 100644 --- a/include/linux/kern_levels.h +++ b/include/linux/kern_levels.h @@ -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 |