tty: Remove TTY_CLOSING
[firefly-linux-kernel-4.4.55.git] / include / linux / tty.h
index ff0dd7aeaf3bf546d1ee046c3ff3b66e0cbfd7e7..35b29f0750f83537f5923ebffb721f12b5507a78 100644 (file)
@@ -316,7 +316,6 @@ struct tty_file_private {
 #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_CLOSING            7       /* ->close() in progress */
 #define TTY_LDISC_OPEN         11      /* Line discipline is open */
 #define TTY_PTY_LOCK           16      /* pty private */
 #define TTY_NO_WRITE_SPLIT     17      /* Preserve write boundaries to driver */