TTY: isdn, remove unused members from modem_info
authorJiri Slaby <jslaby@suse.cz>
Mon, 2 Apr 2012 11:53:53 +0000 (13:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Apr 2012 18:16:54 +0000 (11:16 -0700)
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>
include/linux/isdn.h

index 66d9d71e003c5fc6efe8089df327117f6228ad2c..63af3208004fe29d98ab50ebea24f795378aa2ac 100644 (file)
@@ -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        */