]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: spear: move spear.h and misc_regs.h into plat-spear
authorArnd Bergmann <arnd@arndb.de>
Sun, 2 Dec 2012 14:01:11 +0000 (15:01 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 12 Mar 2013 16:39:41 +0000 (17:39 +0100)
commit0ec05c3e4ac6548fcab4b6a74254a22ef251e1fd
tree321ba2a255adc7df72620b5d8233fbac7bf32229
parent4b6effb6ff38aab60d224cefba76b016552f8bf8
ARM: spear: move spear.h and misc_regs.h into plat-spear

The spear13xx version of spear.h is completely different from
the newly combined spear3xx/spear6xx version, but we can never
build ARMv5 and ARMv7 platforms together, so there is no
harm in putting all the contents into a single file and adding
appropriate ifdefs.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
arch/arm/mach-spear13xx/include/mach/spear.h [deleted file]
arch/arm/mach-spear6xx/include/mach/misc_regs.h [deleted file]
arch/arm/mach-spear6xx/include/mach/spear.h [deleted file]
arch/arm/plat-spear/include/mach/misc_regs.h [moved from arch/arm/mach-spear3xx/include/mach/misc_regs.h with 100% similarity]
arch/arm/plat-spear/include/mach/spear.h [moved from arch/arm/mach-spear3xx/include/mach/spear.h with 62% similarity]