From: Sam Ravnborg Date: Fri, 16 May 2014 21:26:07 +0000 (+0200) Subject: sparc64: fix sparse warnings in init_64.c X-Git-Tag: omap-for-v3.16/fixes-rc4~86^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59dec13b2736117c35e2432fc6e241263f7b4a9b;p=pandora-kernel.git sparc64: fix sparse warnings in init_64.c Fix following warnings: init_64.c:191:10: warning: symbol 'dcpage_flushes' was not declared. Should it be static? init_64.c:193:10: warning: symbol 'dcpage_flushes_xcall' was not declared. Should it be static? Add extern declaration to asm/setup.h and drop local declaration in smp_64.h Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed