From: Sam Ravnborg Date: Mon, 21 Apr 2014 19:39:32 +0000 (+0200) Subject: sparc32: fix sparse warnings in tadpole.c X-Git-Tag: omap-for-v3.16/fixes-rc4~86^2~2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b5f02f31b5eab6e92060a7396d2773b074e3288;p=pandora-kernel.git sparc32: fix sparse warnings in tadpole.c Fix following warnings: tadpole.c:21:6: warning: symbol 'cpu_pwr_save' was not declared. Should it be static? tadpole.c:101:13: warning: symbol 'clock_stop_probe' was not declared. Should it be static? This actually revealed that cpu_pwr_save is only assigned. It was left static with a TODO comment for now - this should be cleaned up later. Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed