diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-04-02 15:53:53 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-09 22:16:54 +0400 |
commit | ed722ead61e3776cbcda3805bb872ff2b856d3b9 (patch) | |
tree | d54026fe12f9621fd995523e102847b181899062 /include/linux/isdn.h | |
parent | 37630f406338de4a5f72a42c0b6a034657dce383 (diff) | |
download | linux-ed722ead61e3776cbcda3805bb872ff2b856d3b9.tar.xz |
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.h | 2 |
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 { int line; int count; /* # of fd on device */ int blocked_open; /* # of blocked opens */ - long session; /* Session of opening process */ - long pgrp; /* pgrp of opening process */ int online; /* 1 = B-Channel is up, drop data */ /* 2 = B-Channel is up, deliver d.*/ int dialing; /* Dial in progress or ATA */ |