aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/isdn.h
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2012-04-02 13:53:56 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-09 11:16:55 -0700
commit1b05f030a90569d9617d0fe42910f9e5c8cc59ec (patch)
tree0c265ac6642d589bb30b947a00bb684af37c4e1e /include/linux/isdn.h
parentTTY: isdn, use open/close_wait from tty_port (diff)
downloadlinux-dev-1b05f030a90569d9617d0fe42910f9e5c8cc59ec.tar.xz
linux-dev-1b05f030a90569d9617d0fe42910f9e5c8cc59ec.zip
TTY: isdn, use counts from tty_port
blocked_open and count this time. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Cc: Karsten Keil <isdn@linux-pingi.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/isdn.h')
-rw-r--r--include/linux/isdn.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h
index c3ddf2081907..a4b71fe20a69 100644
--- a/include/linux/isdn.h
+++ b/include/linux/isdn.h
@@ -442,8 +442,6 @@ typedef struct modem_info {
int msr; /* Modem status register */
int lsr; /* Line status register */
int line;
- int count; /* # of fd on device */
- int blocked_open; /* # of blocked opens */
int online; /* 1 = B-Channel is up, drop data */
/* 2 = B-Channel is up, deliver d.*/
int dialing; /* Dial in progress or ATA */