]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
serial: 8250: export serial8250_do_set_divisor()
authorJisheng Zhang <Jisheng.Zhang@synaptics.com>
Thu, 12 Jul 2018 01:58:14 +0000 (09:58 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jul 2018 15:07:26 +0000 (17:07 +0200)
commit6226e5f31a786b58f33781852c897ac32a325ce6
tree224b1ee00cece311291087d92fef6ef2d69867f4
parent0238d2b4a4c7bb1b2268e1ef789629878e16ab02
serial: 8250: export serial8250_do_set_divisor()

Some drivers could call serial8250_do_set_divisor() to complete its
own set_divisor routine. Export this symbol for code reusing.

Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_port.c
include/linux/serial_8250.h