]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: spear: rename duplicate pl080_plat_data
authorArnd Bergmann <arnd@arndb.de>
Thu, 6 Dec 2012 13:48:28 +0000 (14:48 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 12 Mar 2013 16:40:07 +0000 (17:40 +0100)
commit553e7f75a171654d032d0eacbb1ba75bd9be7e8a
treed0cbe01c3b6932bcb0ba2fd91e7413e927b0774c
parentd9909ebe650f028459b9be5a2321fee520b446b0
ARM: spear: rename duplicate pl080_plat_data

Both spear3xx and spear6xx have a global symbol named
pl080_plat_data. Eventually, both should be removed, but
for now, we can rename one to pl080_plat_data and declare
it static, since that one does not actually need to be
visible outside of spear6xx.c.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
arch/arm/mach-spear/spear6xx.c