This patch adds KERN_ constants to all of the printk()'s that need them in drivers/video/tcx.c Signed-off-by: James Nelson Signed-off-by: Domen Puncer --- kj-domen/drivers/video/tcx.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/tcx.c~printk-drivers_video_tcx drivers/video/tcx.c --- kj/drivers/video/tcx.c~printk-drivers_video_tcx 2005-03-02 10:44:41.000000000 +0100 +++ kj-domen/drivers/video/tcx.c 2005-03-02 10:44:41.000000000 +0100 @@ -450,7 +450,7 @@ static void tcx_init_one(struct sbus_dev list_add(&all->list, &tcx_list); - printk("tcx: %s at %lx:%lx, %s\n", + pr_info("tcx: %s at %lx:%lx, %s\n", sdev->prom_name, (long) sdev->reg_addrs[0].which_io, (long) sdev->reg_addrs[0].phys_addr, _