]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6dcfcf152c491568365c645b52b6d28e4ee8eda7
tree7966f8e7f9756520e5d8dcfca4ba4cfaf84c3040
parentbd4eeea493c7df188a7a5f6ddfb97765fc4815f5
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