aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/isdn.h
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2012-04-02 07:53:53 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-09 14:16:54 -0400
commited722ead61e3776cbcda3805bb872ff2b856d3b9 (patch)
treed54026fe12f9621fd995523e102847b181899062 /include/linux/isdn.h
parent37630f406338de4a5f72a42c0b6a034657dce383 (diff)
TTY: isdn, remove unused members from modem_info
session and pgrp are unused. Prune them. 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 66d9d71e003c..63af3208004f 100644
--- a/include/linux/isdn.h
+++ b/include/linux/isdn.h
@@ -443,8 +443,6 @@ typedef struct modem_info {
443 int line; 443 int line;
444 int count; /* # of fd on device */ 444 int count; /* # of fd on device */
445 int blocked_open; /* # of blocked opens */ 445 int blocked_open; /* # of blocked opens */
446 long session; /* Session of opening process */
447 long pgrp; /* pgrp of opening process */
448 int online; /* 1 = B-Channel is up, drop data */ 446 int online; /* 1 = B-Channel is up, drop data */
449 /* 2 = B-Channel is up, deliver d.*/ 447 /* 2 = B-Channel is up, deliver d.*/
450 int dialing; /* Dial in progress or ATA */ 448 int dialing; /* Dial in progress or ATA */