summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-spear/spear1310.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/spear1310.c
parentARM: davinci: remove include/mach/ subdirectory (diff)
downloadlinux-c164620ae2f4d7b31023fd79445063f0f5cc9471.tar.xz
linux-c164620ae2f4d7b31023fd79445063f0f5cc9471.zip
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/spear1310.c')
-rw-r--r--arch/arm/mach-spear/spear1310.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-spear/spear1310.c b/arch/arm/mach-spear/spear1310.c
index a7d4f136836f..549ab2be1b74 100644
--- a/arch/arm/mach-spear/spear1310.c
+++ b/arch/arm/mach-spear/spear1310.c
@@ -18,7 +18,7 @@
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include "generic.h"
-#include <mach/spear.h>
+#include "spear.h"
/* Base addresses */
#define SPEAR1310_RAS_GRP1_BASE UL(0xD8000000)