1
0
Fork 0

serial: sh-sci: Kill off unused clock string.

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>
wifi-calibration
Paul Mundt 2011-01-19 14:16:42 +09:00
parent c56eb8fb6d
commit 7c86ad4a50
1 changed files with 0 additions and 1 deletions

View File

@ -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 */