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>
This commit is contained in:
Breno Leitão 2009-09-29 15:16:58 -03:00 коммит произвёл Greg Kroah-Hartman
Родитель 2fd107c015
Коммит a44829dd8b
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -213,8 +213,6 @@ struct jsm_channel {
u8 ch_stopc; /* Stop character */ u8 ch_stopc; /* Stop character */
u8 ch_startc; /* Start character */ u8 ch_startc; /* Start character */
u32 ch_wopen; /* Waiting for open process cnt */
u8 ch_mostat; /* FEP output modem status */ u8 ch_mostat; /* FEP output modem status */
u8 ch_mistat; /* FEP input modem status */ u8 ch_mistat; /* FEP input modem status */