diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2009-12-15 03:00:18 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-15 17:53:26 +0100 |
commit | 196a15b4ee99f627fbc2c07e58e14aab2065fa80 (patch) | |
tree | 6886bf8387be37fac4cd4b9b1e0e8109a8adf155 /include | |
parent | drivers/misc: add driver for Texas Instruments DAC7512 (diff) | |
download | linux-196a15b4ee99f627fbc2c07e58e14aab2065fa80.tar.xz linux-196a15b4ee99f627fbc2c07e58e14aab2065fa80.zip |
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions