]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: 7118/1: rename temp variable in read*_relaxed()
authorOlof Johansson <olof@lixom.net>
Tue, 4 Oct 2011 02:44:07 +0000 (03:44 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 6 Oct 2011 10:22:47 +0000 (11:22 +0100)
commit14e69a424ad62e5e40bfd044511187b99b8f9ee4
treef5a11f1ef4204828fc868553da78df5b2a5b6fd8
parentbf245bf2282c82a6b302829a6a9f06fa9626f83a
ARM: 7118/1: rename temp variable in read*_relaxed()

This resolves the following sparse warning from readl() and other macros,
which ends up embedding readl_relaxed() using the same variable.

arch/arm/mach-tegra/dma.c:169:8: warning: symbol '__v' shadows an earlier one
arch/arm/mach-tegra/dma.c:169:8: originally declared here

Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/io.h