From: H Hartley Sweeten Date: Fri, 5 Mar 2010 21:42:39 +0000 (-0800) Subject: init/initramfs.c: fix "symbol shadows an earlier one" noise X-Git-Tag: v2.6.34-rc1~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aaed5bec2b9177eab1796c8c4f7a4c90804eef6;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed