projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cead486
)
jsm: Remove ch_cpstime field
author
Breno Leitão
<leitao@linux.vnet.ibm.com>
Tue, 29 Sep 2009 18:16:57 +0000
(15:16 -0300)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/serial/jsm/jsm.h
b/drivers/serial/jsm/jsm.h
index d413e4a6aa9b8a13078a2ff9934b3dcfb4385d50..8c143517907118230fd26916c7db28c5de60d7fd 100644
(file)
--- 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 */