cleanup console_print()
authorAnirban Sinha <asinha@zeugmasystems.com>
Mon, 14 Sep 2009 18:13:37 +0000 (11:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Sep 2009 00:41:42 +0000 (17:41 -0700)
commit353f6dd2dec992ddd34620a94b051b0f76227379
tree38f48b57f8f0f1bb05983ec32205fac9b8bab14c
parentbb193c986a7104f718c1b92709e1e6e22ac3f864
cleanup console_print()

console_print() is an old legacy interface mostly unused in the entire
kernel tree. It's best to clean up its existing use and let developers
use their own implementation of it as they feel fit.

Signed-off-by: Anirban Sinha <asinha@zeugmasystems.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/ia64/kernel/head.S
arch/ia64/kernel/head.h [new file with mode: 0644]
arch/ia64/kernel/process.c
drivers/char/serial167.c
include/linux/dtlk.h
include/linux/tty.h
kernel/printk.c