From: Joe Perches Date: Mon, 30 Jul 2012 21:40:21 +0000 (-0700) Subject: printk: remove the now unnecessary "C" annotation for KERN_CONT X-Git-Tag: v3.6-rc1~41^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61e99ab8e35a88b8c4d0f80d3df9ee16df471be5;p=pandora-kernel.git printk: remove the now unnecessary "C" annotation for KERN_CONT Now that all KERN_ 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 Cc: Kay Sievers Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed