From: Harvey Harrison Date: Tue, 6 Jan 2009 22:40:50 +0000 (-0800) Subject: lib: radix_tree.c make percpu variable static X-Git-Tag: v2.6.29-rc1~381 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cef7d57a4a47ef7166acde05eea0bc4f723691c;p=pandora-kernel.git lib: radix_tree.c make percpu variable static radix_tree_preloads is unused outside of this file, make it static. Noticed by sparse: lib/radix-tree.c:84:1: warning: symbol 'per_cpu__radix_tree_preloads' was not declared. Should it be static? Signed-off-by: Harvey Harrison Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed