tty: Remove TTY_HUPPING
[firefly-linux-kernel-4.4.55.git] / include / linux / tty.h
index b36b0b445c1f6d53926780d391b2638f5c7e9f9d..ff0dd7aeaf3bf546d1ee046c3ff3b66e0cbfd7e7 100644 (file)
@@ -321,7 +321,6 @@ struct tty_file_private {
 #define TTY_PTY_LOCK           16      /* pty private */
 #define TTY_NO_WRITE_SPLIT     17      /* Preserve write boundaries to driver */
 #define TTY_HUPPED             18      /* Post driver->hangup() */
-#define TTY_HUPPING            21      /* ->hangup() in progress */
 #define TTY_LDISC_HALTED       22      /* Line discipline is halted */
 
 #define TTY_WRITE_FLUSH(tty) tty_write_flush((tty))