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:
Bartosz Golaszewski 2026-04-30 13:24:10 +02:00 committed by Thomas Bogendoerfer
parent c5e8e224eb
commit c76cde7045

View File

@ -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;