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