From: Sekhar Nori Date: Wed, 10 Apr 2013 09:27:13 +0000 (+0530) Subject: ARM: davinci: da8xx dt: make file local symbols static X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~68^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=267f3c07318b1b1bf04f6039bda7c54613d9e120;p=pandora-kernel.git ARM: davinci: da8xx dt: make file local symbols static Make some file-local functions static. This fixes the sparse warnings: CHECK arch/arm/mach-davinci/da8xx-dt.c arch/arm/mach-davinci/da8xx-dt.c:23:13: warning: symbol 'da8xx_uart_clk_enable' was not declared. Should it be static? arch/arm/mach-davinci/da8xx-dt.c:40:23: warning: symbol 'da850_auxdata_lookup' was not declared. Should it be static? Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed