]> git.baikalelectronics.ru Git - kernel.git/commit
init/main.c: fix symbol shadows noise
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 15 Dec 2009 02:00:18 +0000 (18:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2009 16:53:26 +0000 (08:53 -0800)
commit5e8930690acb82c33344251703207d946bfd501f
tree6886bf8387be37fac4cd4b9b1e0e8109a8adf155
parent51be9f639a27f8d7ec1ee597bedfa58467f80719
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 <hsweeten@visionengravers.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/main.c