projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c56eb8f
)
serial: sh-sci: Kill off unused clock string.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 19 Jan 2011 05:16:42 +0000
(14:16 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 19 Jan 2011 05:16:42 +0000
(14:16 +0900)
Now that the clock string isn't used by the driver anymore, kill it off
from the platform structure.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/linux/serial_sci.h
patch
|
blob
|
history
diff --git
a/include/linux/serial_sci.h
b/include/linux/serial_sci.h
index 1630d9cae22a5f07da7c6345d9ef007ab2d19946..f538132f9622d2ea42310b94578d50c428f13128 100644
(file)
--- a/
include/linux/serial_sci.h
+++ b/
include/linux/serial_sci.h
@@
-45,7
+45,6
@@
struct plat_sci_port {
unsigned int irqs[SCIx_NR_IRQS]; /* ERI, RXI, TXI, BRI */
unsigned int type; /* SCI / SCIF / IRDA */
upf_t flags; /* UPF_* flags */
- char *clk; /* clock string */
unsigned int scbrr_algo_id; /* SCBRR calculation algo */
unsigned int scscr; /* SCSCR initialization */