Skip to content

Commit

Permalink
jsm: Removing unused jsm_channel->ch_wopen field
Browse files Browse the repository at this point in the history
Currently the jsm_channel->ch_wopen field is defined and never
used. So, this patch removes it.

Signed-off-by: Breno Leitão <[email protected]>
Cc: Scott Kilau <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Breno Leitão authored and gregkh committed Dec 11, 2009
1 parent 2fd107c commit a44829d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/serial/jsm/jsm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit a44829d

Please sign in to comment.