mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-22 13:54:57 +08:00
tty: Remove unreferenced tty flags macro TTY_DEBUG
The TTY_DEBUG macro is not used; remove. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e802ca0e18
commit
527ffc11e1
@ -336,7 +336,6 @@ struct tty_file_private {
|
|||||||
#define TTY_IO_ERROR 1 /* Cause an I/O error (may be no ldisc too) */
|
#define TTY_IO_ERROR 1 /* Cause an I/O error (may be no ldisc too) */
|
||||||
#define TTY_OTHER_CLOSED 2 /* Other side (if any) has closed */
|
#define TTY_OTHER_CLOSED 2 /* Other side (if any) has closed */
|
||||||
#define TTY_EXCLUSIVE 3 /* Exclusive open mode */
|
#define TTY_EXCLUSIVE 3 /* Exclusive open mode */
|
||||||
#define TTY_DEBUG 4 /* Debugging */
|
|
||||||
#define TTY_DO_WRITE_WAKEUP 5 /* Call write_wakeup after queuing new */
|
#define TTY_DO_WRITE_WAKEUP 5 /* Call write_wakeup after queuing new */
|
||||||
#define TTY_OTHER_DONE 6 /* Closed pty has completed input processing */
|
#define TTY_OTHER_DONE 6 /* Closed pty has completed input processing */
|
||||||
#define TTY_LDISC_OPEN 11 /* Line discipline is open */
|
#define TTY_LDISC_OPEN 11 /* Line discipline is open */
|
||||||
|
Loading…
Reference in New Issue
Block a user