From: Sam Ravnborg Date: Mon, 21 Apr 2014 19:39:41 +0000 (+0200) Subject: sparc32: fix sparse warnings in leon_pmc.c X-Git-Tag: omap-for-v3.16/fixes-rc4~86^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b45c79649d4abeb9191dc40017afbde33ae69ce;p=pandora-kernel.git sparc32: fix sparse warnings in leon_pmc.c Fix following warnings: leon_pmc.c:15:14: warning: symbol 'pmc_leon_fixup_ids' was not declared. Should it be static? leon_pmc.c:22:5: warning: symbol 'pmc_leon_need_fixup' was not declared. Should it be static? leon_pmc.c:41:6: warning: symbol 'pmc_leon_idle_fixup' was not declared. Should it be static? leon_pmc.c:65:6: warning: symbol 'pmc_leon_idle' was not declared. Should it be static? Add static to definitions. Signed-off-by: Sam Ravnborg Cc: Daniel Hellstrom Signed-off-by: David S. Miller --- Reading git-diff-tree failed