commit | 728674a7e466628df2aeec6d11a2ae1ef968fb67 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jan 13 12:03:00 2011 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jan 13 12:03:00 2011 -0800 |
tree | 83d2e44d05b257ab03230f5c95e0d6843f0ed2f9 | |
parent | e691d24e9c5007486bef59c589c2a2d784e0c30b [diff] |
tty: move hvc drivers to drivers/tty/hvc/ As requested by Arnd Bergmann, the hvc drivers are now moved to the drivers/tty/hvc/ directory. The virtio_console.c driver was also moved, as it required the hvc_console.h file to be able to be built, and it really is a hvc driver. Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>