Skip to content

Commit

Permalink
serial: 8250: pericom_do_set_divisor can be static
Browse files Browse the repository at this point in the history
Fixes: 6bf4e42 ("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>
  • Loading branch information
kbuild test robot authored and Greg Kroah-Hartman committed Jun 18, 2019
1 parent 13b18d3 commit 607ea69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/serial/8250/8250_pci.c
Original file line number Diff line number Diff line change
@@ -1326,7 +1326,7 @@ static int pci_default_setup(struct serial_private *priv,

return setup_port(priv, port, bar, offset, board->reg_shift);
}
void
static void
pericom_do_set_divisor(struct uart_port *port, unsigned int baud,
unsigned int quot, unsigned int quot_frac)
{

0 comments on commit 607ea69

Please sign in to comment.