]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
jsm: Remove ch_cpstime field
authorBreno Leitão <leitao@linux.vnet.ibm.com>
Tue, 29 Sep 2009 18:16:57 +0000 (15:16 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 23:18:03 +0000 (15:18 -0800)
Currently the field jsm_channel->ch_cpstime is defined but 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 d413e4a6aa9b8a13078a2ff9934b3dcfb4385d50..8c143517907118230fd26916c7db28c5de60d7fd 100644 (file)
@@ -206,8 +206,6 @@ struct jsm_channel {
 
        u64             ch_close_delay; /* How long we should drop RTS/DTR for */
 
-       u64             ch_cpstime;     /* Time for CPS calculations    */
-
        tcflag_t        ch_c_iflag;     /* channel iflags               */
        tcflag_t        ch_c_cflag;     /* channel cflags               */
        tcflag_t        ch_c_oflag;     /* channel oflags               */