diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-04-04 23:37:04 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-05-07 23:56:17 +0300 |
commit | e6acc4062c02ee4a1a3ae961d073229f72e8f200 (patch) | |
tree | 88d3fad646d8929cbac27b64e787f53bb65282c7 /arch/arm/mach-pxa/sleep.S | |
parent | c8a91428941b912d66e13a2719fe6ac670150d69 (diff) | |
download | linux-e6acc4062c02ee4a1a3ae961d073229f72e8f200.tar.xz |
ARM: pxa: move mach/*.h to mach-pxa/
None of the headers are included from outside of the mach-pxa
directory, so move them all in there.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-pxa/sleep.S')
-rw-r--r-- | arch/arm/mach-pxa/sleep.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/sleep.S b/arch/arm/mach-pxa/sleep.S index ab50fe2cf923..d58cf52e3848 100644 --- a/arch/arm/mach-pxa/sleep.S +++ b/arch/arm/mach-pxa/sleep.S @@ -13,8 +13,8 @@ #include <linux/linkage.h> #include <asm/assembler.h> -#include <mach/smemc.h> -#include <mach/pxa2xx-regs.h> +#include "smemc.h" +#include "pxa2xx-regs.h" #define MDREFR_KDIV 0x200a4000 // all banks #define CCCR_SLEEP 0x00000107 // L=7 2N=2 A=0 PPDIS=0 CPDIS=0 |