]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tty: move the async flags from the serial code into the tty includes
authorAlan Cox <alan@linux.intel.com>
Tue, 4 Sep 2012 15:35:08 +0000 (16:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2012 20:11:03 +0000 (13:11 -0700)
commitba3fe7aba2067212a8c3baffc18f9209fcbe9d34
tree41d613a3e445694739a368da89ef918d0e398249
parent7ba2e769825fef035a943ed74d90379245508764
tty: move the async flags from the serial code into the tty includes

These are used with the tty_port flags which are tty generic so move the
flags into a more sensible place. This then makes it possible to add
helpers such as those suggested by Huang Shijie.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/Kbuild
include/linux/serial.h
include/linux/tty.h
include/linux/tty_flags.h [new file with mode: 0644]