Skip to content

Commit 527ffc1

Browse files
peterhurleygregkh
authored andcommitted
tty: Remove unreferenced tty flags macro TTY_DEBUG
The TTY_DEBUG macro is not used; remove. Signed-off-by: Peter Hurley <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent e802ca0 commit 527ffc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/tty.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ struct tty_file_private {
336336
#define TTY_IO_ERROR 1 /* Cause an I/O error (may be no ldisc too) */
337337
#define TTY_OTHER_CLOSED 2 /* Other side (if any) has closed */
338338
#define TTY_EXCLUSIVE 3 /* Exclusive open mode */
339-
#define TTY_DEBUG 4 /* Debugging */
340339
#define TTY_DO_WRITE_WAKEUP 5 /* Call write_wakeup after queuing new */
341340
#define TTY_OTHER_DONE 6 /* Closed pty has completed input processing */
342341
#define TTY_LDISC_OPEN 11 /* Line discipline is open */

0 commit comments

Comments
 (0)