aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/char/tty_io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c
index c57b1f434652..305e46db70e4 100644
--- a/drivers/char/tty_io.c
+++ b/drivers/char/tty_io.c
@@ -1612,7 +1612,6 @@ void start_tty(struct tty_struct *tty)
1612 1612
1613 /* If we have a running line discipline it may need kicking */ 1613 /* If we have a running line discipline it may need kicking */
1614 tty_wakeup(tty); 1614 tty_wakeup(tty);
1615 wake_up_interruptible(&tty->write_wait);
1616} 1615}
1617 1616
1618EXPORT_SYMBOL(start_tty); 1617EXPORT_SYMBOL(start_tty);