Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c86ad4a authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent c56eb8fb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */