Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

serial: 8250: pericom_do_set_divisor can be static

Fixes: 6bf4e42f1d19 ("serial: 8250: Add support for higher baud rates to Pericom chips")
Signed-off-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

kbuild test robot and committed by
Greg Kroah-Hartman
607ea69d 13b18d35

+1 -1
+1 -1
drivers/tty/serial/8250/8250_pci.c
··· 1326 1326 1327 1327 return setup_port(priv, port, bar, offset, board->reg_shift); 1328 1328 } 1329 - void 1329 + static void 1330 1330 pericom_do_set_divisor(struct uart_port *port, unsigned int baud, 1331 1331 unsigned int quot, unsigned int quot_frac) 1332 1332 {