diff options
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r-- | include/linux/tty.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 5fd5d6f1ebc4..554b732d8b55 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h | |||
@@ -304,7 +304,6 @@ struct tty_file_private { | |||
304 | #define TTY_EXCLUSIVE 3 /* Exclusive open mode */ | 304 | #define TTY_EXCLUSIVE 3 /* Exclusive open mode */ |
305 | #define TTY_DEBUG 4 /* Debugging */ | 305 | #define TTY_DEBUG 4 /* Debugging */ |
306 | #define TTY_DO_WRITE_WAKEUP 5 /* Call write_wakeup after queuing new */ | 306 | #define TTY_DO_WRITE_WAKEUP 5 /* Call write_wakeup after queuing new */ |
307 | #define TTY_PUSH 6 /* n_tty private */ | ||
308 | #define TTY_CLOSING 7 /* ->close() in progress */ | 307 | #define TTY_CLOSING 7 /* ->close() in progress */ |
309 | #define TTY_LDISC_OPEN 11 /* Line discipline is open */ | 308 | #define TTY_LDISC_OPEN 11 /* Line discipline is open */ |
310 | #define TTY_PTY_LOCK 16 /* pty private */ | 309 | #define TTY_PTY_LOCK 16 /* pty private */ |