]> git.openfabrics.org - ~emulex/infiniband.git/commit
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>
27 files changed:
arch/arm/mach-spear13xx/include/mach/debug-macro.S [deleted file]
arch/arm/mach-spear13xx/include/mach/generic.h [deleted file]
arch/arm/mach-spear13xx/include/mach/hardware.h [deleted file]
arch/arm/mach-spear13xx/include/mach/irqs.h [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 [new file with mode: 0644]
arch/arm/plat-spear/include/mach/generic.h [new file with mode: 0644]
arch/arm/plat-spear/include/mach/hardware.h [new file with mode: 0644]
arch/arm/plat-spear/include/mach/irqs.h [new file with mode: 0644]
arch/arm/plat-spear/include/mach/timex.h [new file with mode: 0644]
arch/arm/plat-spear/include/mach/uncompress.h [new file with mode: 0644]
arch/arm/plat-spear/include/plat/debug-macro.S [deleted file]
arch/arm/plat-spear/include/plat/timex.h [deleted file]
arch/arm/plat-spear/include/plat/uncompress.h [deleted file]