diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-04-28 10:44:23 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-04-29 10:53:15 +0300 |
commit | c164620ae2f4d7b31023fd79445063f0f5cc9471 (patch) | |
tree | 7966f8e7f9756520e5d8dcfca4ba4cfaf84c3040 /arch/arm/mach-spear/spear13xx.c | |
parent | ca31807b8506d261c884f152fc434a9dd7ccdf42 (diff) | |
download | linux-c164620ae2f4d7b31023fd79445063f0f5cc9471.tar.xz |
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/spear13xx.c')
-rw-r--r-- | arch/arm/mach-spear/spear13xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-spear/spear13xx.c b/arch/arm/mach-spear/spear13xx.c index b38391e9d8bf..9d4bdce2e865 100644 --- a/arch/arm/mach-spear/spear13xx.c +++ b/arch/arm/mach-spear/spear13xx.c @@ -21,7 +21,7 @@ #include <linux/of.h> #include <asm/hardware/cache-l2x0.h> #include <asm/mach/map.h> -#include <mach/spear.h> +#include "spear.h" #include "generic.h" void __init spear13xx_l2x0_init(void) |