From: Jingoo Han Date: Thu, 8 Aug 2013 08:33:27 +0000 (+0900) Subject: serial: timbuart: Staticize local symbols X-Git-Tag: v3.12-rc1~182^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edd173da2c9ce10ada0939e74ca579f9bef92337;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed