tty: Remove tty_port::close_wait
authorPeter Hurley <peter@hurleysoftware.com>
Sat, 10 Oct 2015 20:00:54 +0000 (16:00 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Oct 2015 04:11:29 +0000 (21:11 -0700)
commitcc2aaabfd6d6335e2156781ca67715b4de17f993
treeabbecf796995365df77b22f307b2e3ac6a026066
parentb140dfe622ca23bad6755ce7cd7de2245ef2b68d
tty: Remove tty_port::close_wait

With the removal of tty_wait_until_sent_from_close(), tty drivers
no longer wait during open for parallel closes to complete (instead,
the tty core waits before calling the driver open() method). Thus,
the close_wait waitqueue is no longer used for waiting.

Remove struct tty_port::close_wait.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/rocket.c
drivers/tty/serial/68328serial.c
drivers/tty/serial/crisv10.c
drivers/tty/serial/serial_core.c
drivers/tty/tty_port.c
include/linux/tty.h