serial: sifive: Remove duplicate `clkin_rate' setting
authorMaciej W. Rozycki <macro@orcam.me.uk>
Fri, 29 Apr 2022 20:40:26 +0000 (21:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 May 2022 20:37:18 +0000 (22:37 +0200)
commit4487cd3e5f94b8cde264d5a73d6f4b5a50494646
treea27ff24e639b39603467bbcc20895e3c480190ad
parent0a7ff843d507ce2cca2c3b7e169ee56e28133530
serial: sifive: Remove duplicate `clkin_rate' setting

The `clkin_rate' member of `struct sifive_serial_port' now duplicates
`uartclk' from nested `struct uart_port', so use `uartclk' throughout
and remove `clkin_rate'.

Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk>
Link: https://lore.kernel.org/r/alpine.DEB.2.21.2204291656150.9383@angie.orcam.me.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sifive.c