diff options
author | Jiri Slaby <jslaby@suse.cz> | 2013-03-07 13:12:39 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-18 16:26:32 -0700 |
commit | 4aeaeb0c39c6d0cca78d829c4fe2042e0d8d595d (patch) | |
tree | 9d378724396f238eb3f307ac745b39598d48e09c /drivers/tty/serial/crisv10.h | |
parent | 892c7cfc16f4379e04983f2b58cdfc35f486d269 (diff) |
crisv10: use *_wait from tty_port
The same as flags, convert to using *_wait queues from tty_port.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/crisv10.h')
-rw-r--r-- | drivers/tty/serial/crisv10.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tty/serial/crisv10.h b/drivers/tty/serial/crisv10.h index a05c36b1a2af..1cd22998e6bf 100644 --- a/drivers/tty/serial/crisv10.h +++ b/drivers/tty/serial/crisv10.h @@ -101,8 +101,6 @@ struct e100_serial { struct work_struct work; struct async_icount icount; /* error-statistics etc.*/ struct ktermios normal_termios; - wait_queue_head_t open_wait; - wait_queue_head_t close_wait; unsigned long char_time_usec; /* The time for 1 char, in usecs */ unsigned long flush_time_usec; /* How often we should flush */ |