TTY: create drivers/tty and move the tty core files there
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Nov 2010 18:10:29 +0000 (11:10 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 5 Nov 2010 15:10:33 +0000 (08:10 -0700)
The tty code should be in its own subdirectory and not in the char
driver with all of the cruft that is currently there.

Based on work done by Arnd Bergmann <arnd@arndb.de>

Acked-by: Arnd Bergmann <arnd@arndb.de>
Cc: Jiri Slaby <jslaby@suse.cz>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found