From: Sam Ravnborg Date: Mon, 21 Apr 2014 19:39:40 +0000 (+0200) Subject: sparc32: fix sparse warnings in leon_kernel.c X-Git-Tag: omap-for-v3.16/fixes-rc4~86^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4007b65a93e7f95723e487070265d5e3cc503d45;p=pandora-kernel.git sparc32: fix sparse warnings in leon_kernel.c Fix following warnings: leon_kernel.c:40:15: warning: symbol 'leon3_gptimer_idx' was not declared. Should it be static? leon_kernel.c:68:6: warning: symbol 'leon_eirq_setup' was not declared. Should it be static? leon_kernel.c:273:13: warning: symbol 'leon_percpu_timer_ce_interrupt' was not declared. Should it be static? Define symbols as static. Signed-off-by: Sam Ravnborg Cc: Daniel Hellstrom Signed-off-by: David S. Miller --- Reading git-diff-tree failed