diff options
author | Alan Cox <alan@linux.intel.com> | 2012-09-04 11:35:08 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-05 16:11:03 -0400 |
commit | ba3fe7aba2067212a8c3baffc18f9209fcbe9d34 (patch) | |
tree | 41d613a3e445694739a368da89ef918d0e398249 /include/linux/Kbuild | |
parent | 7ba2e769825fef035a943ed74d90379245508764 (diff) |
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 | |||
369 | header-y += tipc_config.h | 369 | header-y += tipc_config.h |
370 | header-y += toshiba.h | 370 | header-y += toshiba.h |
371 | header-y += tty.h | 371 | header-y += tty.h |
372 | header-y += tty_flags.h | ||
372 | header-y += types.h | 373 | header-y += types.h |
373 | header-y += udf_fs_i.h | 374 | header-y += udf_fs_i.h |
374 | header-y += udp.h | 375 | header-y += udp.h |