]> git.baikalelectronics.ru Git - kernel.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>
Mon, 17 Oct 2011 08:13:42 +0000 (09:13 +0100)
commit6d2415cda018be1c2cf4551c0591c4b1132e84db
tree3387a4ef92d2c90b22f7bfc6b5b5a4905db8d115
parent1d29949fd95821d99ee5cb912e2f2a41db36f3c3
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