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/Kbuild | |
parent | 7ba2e769825fef035a943ed74d90379245508764 (diff) | |
download | linux-stable-ba3fe7aba2067212a8c3baffc18f9209fcbe9d34.tar.gz linux-stable-ba3fe7aba2067212a8c3baffc18f9209fcbe9d34.tar.bz2 linux-stable-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/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index e9f560a40b8b..c57e064666e4 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -369,6 +369,7 @@ header-y += tipc.h header-y += tipc_config.h header-y += toshiba.h header-y += tty.h +header-y += tty_flags.h header-y += types.h header-y += udf_fs_i.h header-y += udp.h |