]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita95402122d74ed35efac0c839dd84a934e61f35d
tree8c1c25fa1dfbda29889b7cf3fd5dfcbf7c14063d
parent8d8e4bc30649f73cbb43c3f07e0e8279884b5263
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: 96ed6b18e9a1 ("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