]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
serial: ucc_uart: make qe_uart_set_mctrl() static
authorJason Yan <yanaijie@huawei.com>
Sat, 12 Sep 2020 03:38:34 +0000 (11:38 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Sep 2020 11:14:58 +0000 (13:14 +0200)
commit4be002f1dec8418d88bbc556a0dfbaa9adc38ab0
treef1d9bc77d8ba916fabf0fae09ebd16966bd52ae7
parent57cee071311800c59bb8735f24d83c95701dc04f
serial: ucc_uart: make qe_uart_set_mctrl() static

This eliminates the following sparse warning:

drivers/tty/serial/ucc_uart.c:286:6: warning: symbol 'qe_uart_set_mctrl'
was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Acked-by: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20200912033834.143166-1-yanaijie@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/ucc_uart.c