tty: add ASYNC_SPLIT_TERMIOS to deprecation mask
authorJohan Hovold <johan@kernel.org>
Wed, 7 Apr 2021 09:52:06 +0000 (11:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 10 Apr 2021 08:36:34 +0000 (10:36 +0200)
commit5a35b040d0567f9dce6e801e6e3b575b9c463028
tree8c1c25fa1dfbda29889b7cf3fd5dfcbf7c14063d
parent885c77d528e14df86c1e146541c57f1c0ce0708e
tty: add ASYNC_SPLIT_TERMIOS to deprecation mask

Callout devices are long-gone, but the ASYNC_SPLIT_TERMIOS flag was
never added to the deprecation mask.

Add it so that a warning is printed if it is ever used.

Fixes: 8a8ae62f8296 ("tty: warn on deprecated serial flags")
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20210407095208.31838-7-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/uapi/linux/tty_flags.h