This patch adds KERN_ constants to all of the printk()'s that need them in drivers/video/console/fbcon.c Signed-off-by: James Nelson Signed-off-by: Domen Puncer --- kj-domen/drivers/video/console/fbcon.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/console/fbcon.c~printk-drivers_video_console_fbcon drivers/video/console/fbcon.c --- kj/drivers/video/console/fbcon.c~printk-drivers_video_console_fbcon 2005-03-02 10:44:13.000000000 +0100 +++ kj-domen/drivers/video/console/fbcon.c 2005-03-02 10:44:13.000000000 +0100 @@ -842,7 +842,7 @@ static const char *fbcon_startup(void) udelay(20); if (ct == 1000) - printk + pr_info ("fbcon_startup: No VBL detected, using timer based cursor.\n"); free_irq(IRQ_MAC_VBL, fb_vbl_detect); _