aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/tty/serial/8250/8250_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial/8250/8250_core.c
index 57d13b058a48..46ae9fda68b6 100644
--- a/drivers/tty/serial/8250/8250_core.c
+++ b/drivers/tty/serial/8250/8250_core.c
@@ -2500,7 +2500,7 @@ static unsigned char serial8250_compute_lcr(struct uart_8250_port *up,
2500 return cval; 2500 return cval;
2501} 2501}
2502 2502
2503void serial8250_set_divisor(struct uart_port *port, unsigned int baud, 2503static void serial8250_set_divisor(struct uart_port *port, unsigned int baud,
2504 unsigned int quot, unsigned int quot_frac) 2504 unsigned int quot, unsigned int quot_frac)
2505{ 2505{
2506 struct uart_8250_port *up = up_to_u8250p(port); 2506 struct uart_8250_port *up = up_to_u8250p(port);