diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-01-19 00:16:42 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-19 00:16:42 -0500 |
commit | 7c86ad4a50ece39305b1be900df9a58645716602 (patch) | |
tree | d24a5cdccc93d64f3d12ebeec6dd18600316b7db /include/linux/serial_sci.h | |
parent | c56eb8fb6dccb83d9fe62fd4dc00c834de9bc470 (diff) |
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>
Diffstat (limited to 'include/linux/serial_sci.h')
-rw-r--r-- | include/linux/serial_sci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/serial_sci.h b/include/linux/serial_sci.h index 1630d9cae22a..f538132f9622 100644 --- a/include/linux/serial_sci.h +++ b/include/linux/serial_sci.h | |||
@@ -45,7 +45,6 @@ struct plat_sci_port { | |||
45 | unsigned int irqs[SCIx_NR_IRQS]; /* ERI, RXI, TXI, BRI */ | 45 | unsigned int irqs[SCIx_NR_IRQS]; /* ERI, RXI, TXI, BRI */ |
46 | unsigned int type; /* SCI / SCIF / IRDA */ | 46 | unsigned int type; /* SCI / SCIF / IRDA */ |
47 | upf_t flags; /* UPF_* flags */ | 47 | upf_t flags; /* UPF_* flags */ |
48 | char *clk; /* clock string */ | ||
49 | 48 | ||
50 | unsigned int scbrr_algo_id; /* SCBRR calculation algo */ | 49 | unsigned int scbrr_algo_id; /* SCBRR calculation algo */ |
51 | unsigned int scscr; /* SCSCR initialization */ | 50 | unsigned int scscr; /* SCSCR initialization */ |