]> git.baikalelectronics.ru Git - kernel.git/commit
serial: timbuart: Staticize local symbols
authorJingoo Han <jg1.han@samsung.com>
Thu, 8 Aug 2013 08:33:27 +0000 (17:33 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Aug 2013 18:35:31 +0000 (11:35 -0700)
commite27398fcaf7aabf7d07e63cd08975ef50a6cf26b
treec439936df5a998a22c33ecff203b8699f4e63b2b
parent0dc8fea97d6b6889dedfda624e7c3f1f2d11bf20
serial: timbuart: Staticize local symbols

These local symbols are used only in this file.
Fix the following sparse warnings:

drivers/tty/serial/timbuart.c:165:6: warning: symbol 'timbuart_handle_rx_port' was not declared. Should it be static?
drivers/tty/serial/timbuart.c:187:6: warning: symbol 'timbuart_tasklet' was not declared. Should it be static?

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/timbuart.c