virtio: console: Move file back to drivers/char/
authorAmit Shah <amit.shah@redhat.com>
Tue, 1 Feb 2011 04:01:25 +0000 (09:31 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 Feb 2011 22:43:12 +0000 (14:43 -0800)
commit51df0acc3d76cf41d5496ef044cc5717ab5c7f71
tree414f9c3934d96213b0c092ad91f2c81469d84520
parentebf53826e105f488f4f628703a108e98940d1dc5
virtio: console: Move file back to drivers/char/

Commit 728674a7e466628df2aeec6d11a2ae1ef968fb67 moved virtio_console.c
to drivers/tty/hvc/ under the perception of this being an hvc driver.
It was such once, but these days it has generic communication
capabilities as well, so move it to drivers/char/.

In the future, the hvc part from this file can be split off and moved
under drivers/tty/hvc/.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
CC: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/Makefile
drivers/char/virtio_console.c [moved from drivers/tty/hvc/virtio_console.c with 99% similarity]
drivers/tty/hvc/Makefile