]> git.baikalelectronics.ru Git - kernel.git/commit
serial: pxa: Staticize local symbols
authorJingoo Han <jg1.han@samsung.com>
Thu, 8 Aug 2013 08:39:51 +0000 (17:39 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Aug 2013 18:10:16 +0000 (11:10 -0700)
commitdc811553a2d9465f7a66eb5df775872e75ae7fa8
treeddb75be807b41bd14aba6642b52aa3ba67d31b26
parent75865d441e75d15fd4277024307d2b595c8eb36d
serial: pxa: Staticize local symbols

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

drivers/tty/serial/pxa.c:793:17: warning: symbol 'serial_pxa_pops' was not declared. Should it be static?
drivers/tty/serial/pxa.c:971:12: warning: symbol 'serial_pxa_init' was not declared. Should it be static?
drivers/tty/serial/pxa.c:986:13: warning: symbol 'serial_pxa_exit' 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/pxa.c