jsm: Removing unused jsm_channel->ch_wopen field
authorBreno Leitão <leitao@linux.vnet.ibm.com>
Tue, 29 Sep 2009 18:16:58 +0000 (15:16 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 23:18:03 +0000 (15:18 -0800)
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>
drivers/serial/jsm/jsm.h

index 8c14351..484c927 100644 (file)
@@ -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       */