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>
Mon, 17 Oct 2011 08:13:42 +0000 (09:13 +0100)
commitb0c1264f534a1cb3c52036a23a04d238434a0df6
tree3387a4ef92d2c90b22f7bfc6b5b5a4905db8d115
parent0ec5a95bbb8ba0b95506693a6bc0de72f1b5d969
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