From: Breno Leitão Date: Tue, 29 Sep 2009 18:16:58 +0000 (-0300) Subject: jsm: Removing unused jsm_channel->ch_wopen field X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a44829dd8bcd5335f0498275bb63f1028b32f141;p=linux-beck.git 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 Cc: Scott Kilau Signed-off-by: Greg Kroah-Hartman --- 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 */