mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
MIPS: RB532: serial: statify setup_serial_port()
This function is not used outside of this compilation unit so make it static. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
c5e8e224eb
commit
c76cde7045
|
|
@ -45,7 +45,7 @@ static struct uart_port rb532_uart = {
|
|||
.regshift = 2
|
||||
};
|
||||
|
||||
int __init setup_serial_port(void)
|
||||
static int __init setup_serial_port(void)
|
||||
{
|
||||
rb532_uart.uartclk = idt_cpu_freq;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user