diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-04-02 07:53:56 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-09 14:16:55 -0400 |
commit | 1b05f030a90569d9617d0fe42910f9e5c8cc59ec (patch) | |
tree | 0c265ac6642d589bb30b947a00bb684af37c4e1e /include/linux/isdn.h | |
parent | c6e92b63d711c12ffb47f4dbb53902b7f26032e7 (diff) |
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.h | 2 |
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 { | |||
442 | int msr; /* Modem status register */ | 442 | int msr; /* Modem status register */ |
443 | int lsr; /* Line status register */ | 443 | int lsr; /* Line status register */ |
444 | int line; | 444 | int line; |
445 | int count; /* # of fd on device */ | ||
446 | int blocked_open; /* # of blocked opens */ | ||
447 | int online; /* 1 = B-Channel is up, drop data */ | 445 | int online; /* 1 = B-Channel is up, drop data */ |
448 | /* 2 = B-Channel is up, deliver d.*/ | 446 | /* 2 = B-Channel is up, deliver d.*/ |
449 | int dialing; /* Dial in progress or ATA */ | 447 | int dialing; /* Dial in progress or ATA */ |