From: Amit Shah Date: Tue, 1 Feb 2011 04:01:25 +0000 (+0530) Subject: virtio: console: Move file back to drivers/char/ X-Git-Tag: v2.6.38-rc5~48^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51df0acc3d76cf41d5496ef044cc5717ab5c7f71;p=pandora-kernel.git 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 CC: Rusty Russell Acked-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed