aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/isdn.h
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2012-04-02 13:53:53 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-09 11:16:54 -0700
commited722ead61e3776cbcda3805bb872ff2b856d3b9 (patch)
treed54026fe12f9621fd995523e102847b181899062 /include/linux/isdn.h
parentTTY: isdn, make some functions readable (diff)
downloadlinux-dev-ed722ead61e3776cbcda3805bb872ff2b856d3b9.tar.xz
linux-dev-ed722ead61e3776cbcda3805bb872ff2b856d3b9.zip
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 {
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 */