From: H Hartley Sweeten Date: Tue, 15 Dec 2009 02:00:18 +0000 (-0800) Subject: init/main.c: fix symbol shadows noise X-Git-Tag: v2.6.33-rc1~165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=196a15b4ee99f627fbc2c07e58e14aab2065fa80;p=pandora-kernel.git init/main.c: fix symbol shadows noise The symbol 'call' is a static symbol used for initcall_debug. This same symbol name is used locally by a couple functions and produces the following sparse warnings: warning: symbol 'call' shadows an earlier one Fix this noise by renaming the local symbols. Signed-off-by: H Hartley Sweeten Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed