From: Jingoo Han Date: Thu, 8 Aug 2013 08:41:43 +0000 (+0900) Subject: serial: sirf: Staticize local symbols X-Git-Tag: v3.12-rc1~182^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ada1f443d11464468a06646939bb1aed60f5f2dd;p=pandora-kernel.git serial: sirf: Staticize local symbols These local symbols are used only in this file. Fix the following sparse warnings: drivers/tty/serial/sirfsoc_uart.c:147:6: warning: symbol 'sirfsoc_uart_start_tx' was not declared. Should it be static? drivers/tty/serial/sirfsoc_uart.c:636:5: warning: symbol 'sirfsoc_uart_probe' was not declared. Should it be static? Signed-off-by: Jingoo Han Acked-by: Barry Song Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed