printk: remove the now unnecessary "C" annotation for KERN_CONT
authorJoe Perches <joe@perches.com>
Mon, 30 Jul 2012 21:40:21 +0000 (14:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Jul 2012 00:25:14 +0000 (17:25 -0700)
commit61e99ab8e35a88b8c4d0f80d3df9ee16df471be5
tree0bd8b37db94b22b3cd1dce2d6bbe65e6c353cb6e
parent088a52aac810655c1db1e40331e4936946701e9c
printk: remove the now unnecessary "C" annotation for KERN_CONT

Now that all KERN_<LEVEL> uses are prefixed with ASCII SOH, there is no
need for a KERN_CONT.  Keep it backward compatible by adding #define
KERN_CONT ""

Reduces kernel image size a thousand bytes.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kern_levels.h
include/linux/printk.h