diff options
author | Sukadev Bhattiprolu <sukadev@us.ibm.com> | 2007-05-11 01:23:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-11 11:29:36 -0400 |
commit | 93ba0881176ace057bc3111c8bdd717a23cb75ed (patch) | |
tree | 2eb4af6d80aeccc84da0a6fa4f9a6785ec334cea /drivers/char/rocket_int.h | |
parent | 0800d30832ddecf2d9dc40068fed9df95930a8f1 (diff) |
Kill unused sesssion and group values in rocket driver
The process_session() and process_group() values are not really used by the
driver.
Signed-off-by: Sukadev Bhattiprolu <sukadev@us.ibm.com>
Cc: Cedric Le Goater <clg@fr.ibm.com>
Cc: Dave Hansen <haveblue@us.ibm.com>
Cc: Serge Hallyn <serue@us.ibm.com>
Cc: <containers@lists.osdl.org>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/rocket_int.h')
-rw-r--r-- | drivers/char/rocket_int.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/rocket_int.h b/drivers/char/rocket_int.h index 89b4d7b10d12..b4c53dfa7951 100644 --- a/drivers/char/rocket_int.h +++ b/drivers/char/rocket_int.h | |||
@@ -1158,8 +1158,6 @@ struct r_port { | |||
1158 | int xmit_head; | 1158 | int xmit_head; |
1159 | int xmit_tail; | 1159 | int xmit_tail; |
1160 | int xmit_cnt; | 1160 | int xmit_cnt; |
1161 | int session; | ||
1162 | int pgrp; | ||
1163 | int cd_status; | 1161 | int cd_status; |
1164 | int ignore_status_mask; | 1162 | int ignore_status_mask; |
1165 | int read_status_mask; | 1163 | int read_status_mask; |