diff options
author | Alan Cox <alan@linux.intel.com> | 2012-09-04 16:35:08 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-05 13:11:03 -0700 |
commit | ba3fe7aba2067212a8c3baffc18f9209fcbe9d34 (patch) | |
tree | 41d613a3e445694739a368da89ef918d0e398249 /include/linux/tty.h | |
parent | 7ba2e769825fef035a943ed74d90379245508764 (diff) | |
download | linux-ba3fe7aba2067212a8c3baffc18f9209fcbe9d34.tar.gz linux-ba3fe7aba2067212a8c3baffc18f9209fcbe9d34.tar.bz2 linux-ba3fe7aba2067212a8c3baffc18f9209fcbe9d34.zip |
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>
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r-- | include/linux/tty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 69a787fdfa9c..dbebd1e56bc1 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -43,6 +43,7 @@ #include <linux/tty_driver.h> #include <linux/tty_ldisc.h> #include <linux/mutex.h> +#include <linux/tty_flags.h> |