]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
tty: Move tty_write_message out of kernel/printk
authorAlan Cox <alan@redhat.com>
Mon, 13 Oct 2008 09:39:23 +0000 (10:39 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Oct 2008 16:51:41 +0000 (09:51 -0700)
commit95f9bfc6b76e862265a2d70ae061eec18fe14140
tree88e72e0d31b9f368d5c9dcb3e0d92994effe5edc
parent452a00d2ee288f2cbc36f676edd06cb14d2878c1
tty: Move tty_write_message out of kernel/printk

This is pure tty code so put it in the tty layer where it can be with the
locking relevant material it uses

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/tty_io.c
kernel/printk.c