From: Sam Ravnborg Date: Fri, 16 May 2014 21:26:12 +0000 (+0200) Subject: sparc64: fix sparse warnings in int_64.c X-Git-Tag: omap-for-v3.16/fixes-rc4~86^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48d372164d1943a0d32d44ca43640a5f24fef979;p=pandora-kernel.git sparc64: fix sparse warnings in int_64.c Fix following warnings: init_64.c:798:5: warning: symbol 'numa_cpu_lookup_table' was not declared. Should it be static? init_64.c:799:11: warning: symbol 'numa_cpumask_lookup_table' was not declared. Should it be static? The warnings were present with an allnoconfig Fix so the variables are only declared if CONFIG_NEED_MULTIPLE_NODES is defined. Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed