aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/Kbuild
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2012-09-04 16:35:08 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-05 13:11:03 -0700
commitba3fe7aba2067212a8c3baffc18f9209fcbe9d34 (patch)
tree41d613a3e445694739a368da89ef918d0e398249 /include/linux/Kbuild
parenttty: Split the serial_core helpers for setserial into two (diff)
downloadlinux-dev-ba3fe7aba2067212a8c3baffc18f9209fcbe9d34.tar.xz
linux-dev-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/Kbuild1
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