commit | 95f9bfc6b76e862265a2d70ae061eec18fe14140 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@redhat.com> | Mon Oct 13 10:39:23 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 13 09:51:41 2008 -0700 |
tree | 88e72e0d31b9f368d5c9dcb3e0d92994effe5edc | |
parent | 452a00d2ee288f2cbc36f676edd06cb14d2878c1 [diff] |
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>