diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-06-04 13:35:17 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-12 15:50:23 -0700 |
commit | 2a0213cb1e1ca6b2838595b0d70f09ecc4953ba9 (patch) | |
tree | 800224a7ad6fe994d8a6fb30c5edb5fbd9fa4568 /include | |
parent | a3cc9fcff84c4c8aaecda2420acd89a1418d57e9 (diff) | |
download | linux-2a0213cb1e1ca6b2838595b0d70f09ecc4953ba9.tar.bz2 |
TTY: ircomm, use close times from tty_port
Switch to tty_port->close_delay and closing_wait.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Samuel Ortiz <samuel@sortiz.org>
Cc: netdev@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/irda/ircomm_tty.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/irda/ircomm_tty.h b/include/net/irda/ircomm_tty.h index 365fa6ec5298..b4184d089cc4 100644 --- a/include/net/irda/ircomm_tty.h +++ b/include/net/irda/ircomm_tty.h @@ -101,9 +101,6 @@ struct ircomm_tty_cb { struct timer_list watchdog_timer; struct work_struct tqueue; - unsigned short close_delay; - unsigned short closing_wait; /* time to wait before closing */ - int open_count; int blocked_open; /* # of blocked opens */ |