aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
diff options
context:
space:
mode:
authorBreno Leitão <leitao@linux.vnet.ibm.com>2009-09-29 15:16:58 -0300
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 15:18:03 -0800
commita44829dd8bcd5335f0498275bb63f1028b32f141 (patch)
tree8525de8c3f6cdd1ef38235626aa1eaef13885997 /drivers/serial
parentjsm: Remove ch_cpstime field (diff)
downloadlinux-dev-a44829dd8bcd5335f0498275bb63f1028b32f141.tar.xz
linux-dev-a44829dd8bcd5335f0498275bb63f1028b32f141.zip
jsm: Removing unused jsm_channel->ch_wopen field
Currently the jsm_channel->ch_wopen field is defined and never used. So, this patch removes it. Signed-off-by: Breno Leitão <leitao@linux.vnet.ibm.com> Cc: Scott Kilau <Scott.Kilau@digi.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/serial')
-rw-r--r--drivers/serial/jsm/jsm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/serial/jsm/jsm.h b/drivers/serial/jsm/jsm.h
index 8c1435179071..484c9275718a 100644
--- a/drivers/serial/jsm/jsm.h
+++ b/drivers/serial/jsm/jsm.h
@@ -213,8 +213,6 @@ struct jsm_channel {
u8 ch_stopc; /* Stop character */
u8 ch_startc; /* Start character */
- u32 ch_wopen; /* Waiting for open process cnt */
-
u8 ch_mostat; /* FEP output modem status */
u8 ch_mistat; /* FEP input modem status */