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