commit | 553e7f75a171654d032d0eacbb1ba75bd9be7e8a | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Dec 06 14:48:28 2012 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Tue Mar 12 17:40:07 2013 +0100 |
tree | d0cbe01c3b6932bcb0ba2fd91e7413e927b0774c | |
parent | d9909ebe650f028459b9be5a2321fee520b446b0 [diff] |
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>