[PATCH 09/69] TTY: isdn, remove unused members from modem_info

From: Jiri Slaby
Date: Mon Apr 02 2012 - 08:12:01 EST


session and pgrp are unused. Prune them.

Signed-off-by: Jiri Slaby <jslaby@xxxxxxx>
Cc: Karsten Keil <isdn@xxxxxxxxxxxxxx>
---
include/linux/isdn.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/include/linux/isdn.h b/include/linux/isdn.h
index 66d9d71..63af320 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 */
--
1.7.9.2


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/