aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r--include/linux/tty.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h
index 1c8fef0e3ff6..1d5bacca3652 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -213,7 +213,6 @@ struct tty_port {
213 wait_queue_head_t delta_msr_wait; /* Modem status change */ 213 wait_queue_head_t delta_msr_wait; /* Modem status change */
214 unsigned long flags; /* TTY flags ASY_*/ 214 unsigned long flags; /* TTY flags ASY_*/
215 unsigned long iflags; /* TTYP_ internal flags */ 215 unsigned long iflags; /* TTYP_ internal flags */
216#define TTYP_FLUSHING 1 /* Flushing to ldisc in progress */
217#define TTYP_FLUSHPENDING 2 /* Queued buffer flush pending */ 216#define TTYP_FLUSHPENDING 2 /* Queued buffer flush pending */
218 unsigned char console:1, /* port is a console */ 217 unsigned char console:1, /* port is a console */
219 low_latency:1; /* direct buffer flush */ 218 low_latency:1; /* direct buffer flush */