diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2010-03-05 22:42:39 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-06 20:26:29 +0100 |
commit | 8aaed5bec2b9177eab1796c8c4f7a4c90804eef6 (patch) | |
tree | e94b8899476df43febd5dd6dabcf548c6cdf816d /include | |
parent | init/main.c: improve usability in case of init binary failure (diff) | |
download | linux-8aaed5bec2b9177eab1796c8c4f7a4c90804eef6.tar.xz linux-8aaed5bec2b9177eab1796c8c4f7a4c90804eef6.zip |
init/initramfs.c: fix "symbol shadows an earlier one" noise
The symbol 'count' is a local global variable in this file. The function
clean_rootfs() should use a different symbol name to prevent "symbol
shadows an earlier one" noise.
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