ARM: spear: remove include/mach/ subdirectory
authorArnd Bergmann <arnd@arndb.de>
Thu, 28 Apr 2022 07:44:23 +0000 (09:44 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 29 Apr 2022 07:53:15 +0000 (09:53 +0200)
commitc164620ae2f4d7b31023fd79445063f0f5cc9471
tree7966f8e7f9756520e5d8dcfca4ba4cfaf84c3040
parentca31807b8506d261c884f152fc434a9dd7ccdf42
ARM: spear: remove include/mach/ subdirectory

Two of the remaining four headers are never used, the other
two are only used inside of the platform code. Move them
next to the files that include them and remove the
Makefile trick that adds the include path.

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
17 files changed:
arch/arm/mach-spear/Makefile
arch/arm/mach-spear/include/mach/irqs.h [deleted file]
arch/arm/mach-spear/include/mach/misc_regs.h [deleted file]
arch/arm/mach-spear/include/mach/spear.h [deleted file]
arch/arm/mach-spear/include/mach/uncompress.h [deleted file]
arch/arm/mach-spear/misc_regs.h [new file with mode: 0644]
arch/arm/mach-spear/pl080.c
arch/arm/mach-spear/platsmp.c
arch/arm/mach-spear/restart.c
arch/arm/mach-spear/spear.h [new file with mode: 0644]
arch/arm/mach-spear/spear1310.c
arch/arm/mach-spear/spear13xx.c
arch/arm/mach-spear/spear300.c
arch/arm/mach-spear/spear310.c
arch/arm/mach-spear/spear320.c
arch/arm/mach-spear/spear3xx.c
arch/arm/mach-spear/spear6xx.c