summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-spear/platsmp.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-04-28 09:44:23 +0200
committerArnd Bergmann <arnd@arndb.de>2022-04-29 09:53:15 +0200
commitc164620ae2f4d7b31023fd79445063f0f5cc9471 (patch)
tree7966f8e7f9756520e5d8dcfca4ba4cfaf84c3040 /arch/arm/mach-spear/platsmp.c
parentca31807b8506d261c884f152fc434a9dd7ccdf42 (diff)
downloadlinux-c164620ae2f4d7b31023fd79445063f0f5cc9471.tar.bz2
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>
Diffstat (limited to 'arch/arm/mach-spear/platsmp.c')
-rw-r--r--arch/arm/mach-spear/platsmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-spear/platsmp.c b/arch/arm/mach-spear/platsmp.c
index e33a85c28c95..97fbda998df9 100644
--- a/arch/arm/mach-spear/platsmp.c
+++ b/arch/arm/mach-spear/platsmp.c
@@ -14,7 +14,7 @@
#include <linux/smp.h>
#include <asm/cacheflush.h>
#include <asm/smp_scu.h>
-#include <mach/spear.h>
+#include "spear.h"
#include "generic.h"
/* XXX spear_pen_release is cargo culted code - DO NOT COPY XXX */