From: Breno Leitão Date: Tue, 29 Sep 2009 18:16:57 +0000 (-0300) Subject: jsm: Remove ch_cpstime field X-Git-Tag: v2.6.33-rc1~310^2~53 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=2fd107c01567673c85f724a24d56614478d40f89;p=~emulex%2Finfiniband.git jsm: Remove ch_cpstime field Currently the field jsm_channel->ch_cpstime is defined but 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 d413e4a6aa9..8c143517907 100644 --- a/drivers/serial/jsm/jsm.h +++ b/drivers/serial/jsm/jsm.h @@ -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 */