diff options
author | Peter Hurley <peter@hurleysoftware.com> | 2016-01-11 05:36:08 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-01-28 23:13:44 +0100 |
commit | c9c10d912a91735a966d81114b28c4cff81dda59 (patch) | |
tree | de52f515b9db0e4bf380e29800e4bb3afaad332a /drivers/tty/rocket_int.h | |
parent | serial: 8250: Unfold < 80 char lines (diff) | |
download | linux-c9c10d912a91735a966d81114b28c4cff81dda59.tar.xz linux-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.h | 1 |
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; }; |