diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-04-28 09:44:23 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-04-29 09:53:15 +0200 |
commit | c164620ae2f4d7b31023fd79445063f0f5cc9471 (patch) | |
tree | 7966f8e7f9756520e5d8dcfca4ba4cfaf84c3040 /arch/arm/mach-spear/restart.c | |
parent | ARM: davinci: remove include/mach/ subdirectory (diff) | |
download | linux-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/restart.c')
-rw-r--r-- | arch/arm/mach-spear/restart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-spear/restart.c b/arch/arm/mach-spear/restart.c index b4342155a783..43417d0db6d9 100644 --- a/arch/arm/mach-spear/restart.c +++ b/arch/arm/mach-spear/restart.c @@ -14,7 +14,7 @@ #include <linux/amba/sp810.h> #include <linux/reboot.h> #include <asm/system_misc.h> -#include <mach/spear.h> +#include "spear.h" #include "generic.h" #define SPEAR13XX_SYS_SW_RES (VA_MISC_BASE + 0x204) |