aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/rocket_int.h
diff options
context:
space:
mode:
authorPeter Hurley <peter@hurleysoftware.com>2016-01-10 20:36:08 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-01-28 14:13:44 -0800
commitc9c10d912a91735a966d81114b28c4cff81dda59 (patch)
treede52f515b9db0e4bf380e29800e4bb3afaad332a /drivers/tty/rocket_int.h
parentserial: 8250: Unfold < 80 char lines (diff)
downloadlinux-dev-c9c10d912a91735a966d81114b28c4cff81dda59.tar.xz
linux-dev-c9c10d912a91735a966d81114b28c4cff81dda59.zip
tty: rocket: Remove private close_wait
This driver's private completion variable, close_wait, is no longer used for wait since "tty: Remove ASYNC_CLOSING checks in open()/hangup"; remove. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/rocket_int.h')
-rw-r--r--drivers/tty/rocket_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/rocket_int.h b/drivers/tty/rocket_int.h
index 67e0f1e778a2..ef1e1be6b26d 100644
--- a/drivers/tty/rocket_int.h
+++ b/drivers/tty/rocket_int.h
@@ -1144,7 +1144,6 @@ struct r_port {
int read_status_mask;
int cps;
- struct completion close_wait; /* Not yet matching the core */
spinlock_t slock;
struct mutex write_mtx;
};