Skip to content

Commit

Permalink
jsm: Remove ch_cpstime field
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Breno Leitão authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent cead486 commit 2fd107c
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 @@ -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 */
Expand Down

0 comments on commit 2fd107c

Please sign in to comment.