OSDN Git Service

ARM: spear: move identical headers to plat-spear/include/mach
authorArnd Bergmann <arnd@arndb.de>
Tue, 12 Mar 2013 16:04:40 +0000 (17:04 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 12 Mar 2013 16:39:26 +0000 (17:39 +0100)
commit83f230f1121051d58603640535d0384a01605f6c
tree0a54bdd32e453f251de252251eee2b68c2d5dfa0
parent5447521094b2948ee96aa61e110e3955ad88057c
ARM: spear: move identical headers to plat-spear/include/mach

As an intermediate step towards unification of the three spear
platforms, this gets rid of the mach/* header files that are
obviously not platform specific.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
21 files changed:
arch/arm/mach-spear13xx/include/mach/debug-macro.S [deleted file]
arch/arm/mach-spear13xx/include/mach/timex.h [deleted file]
arch/arm/mach-spear13xx/include/mach/uncompress.h [deleted file]
arch/arm/mach-spear3xx/include/mach/debug-macro.S [deleted file]
arch/arm/mach-spear3xx/include/mach/generic.h [deleted file]
arch/arm/mach-spear3xx/include/mach/hardware.h [deleted file]
arch/arm/mach-spear3xx/include/mach/irqs.h [deleted file]
arch/arm/mach-spear3xx/include/mach/timex.h [deleted file]
arch/arm/mach-spear3xx/include/mach/uncompress.h [deleted file]
arch/arm/mach-spear6xx/include/mach/debug-macro.S [deleted file]
arch/arm/mach-spear6xx/include/mach/generic.h [deleted file]
arch/arm/mach-spear6xx/include/mach/hardware.h [deleted file]
arch/arm/mach-spear6xx/include/mach/irqs.h [deleted file]
arch/arm/mach-spear6xx/include/mach/timex.h [deleted file]
arch/arm/mach-spear6xx/include/mach/uncompress.h [deleted file]
arch/arm/plat-spear/include/mach/debug-macro.S [moved from arch/arm/plat-spear/include/plat/debug-macro.S with 100% similarity]
arch/arm/plat-spear/include/mach/generic.h [moved from arch/arm/mach-spear13xx/include/mach/generic.h with 100% similarity]
arch/arm/plat-spear/include/mach/hardware.h [moved from arch/arm/mach-spear13xx/include/mach/hardware.h with 100% similarity]
arch/arm/plat-spear/include/mach/irqs.h [moved from arch/arm/mach-spear13xx/include/mach/irqs.h with 100% similarity]
arch/arm/plat-spear/include/mach/timex.h [moved from arch/arm/plat-spear/include/plat/timex.h with 100% similarity]
arch/arm/plat-spear/include/mach/uncompress.h [moved from arch/arm/plat-spear/include/plat/uncompress.h with 100% similarity]