]> git.baikalelectronics.ru Git - kernel.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)
commitcc6e4873178602b735ca6f3b83b6244a402dca79
tree0a54bdd32e453f251de252251eee2b68c2d5dfa0
parent256b4867412758ed1b5d117c7d9de47597254691
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]