diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-04-04 22:37:04 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-05-07 22:56:17 +0200 |
commit | e6acc4062c02ee4a1a3ae961d073229f72e8f200 (patch) | |
tree | 88d3fad646d8929cbac27b64e787f53bb65282c7 /arch/arm/mach-pxa/idp.h | |
parent | c8a91428941b912d66e13a2719fe6ac670150d69 (diff) | |
download | lwn-e6acc4062c02ee4a1a3ae961d073229f72e8f200.tar.gz lwn-e6acc4062c02ee4a1a3ae961d073229f72e8f200.zip |
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/idp.h')
-rw-r--r-- | arch/arm/mach-pxa/idp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/idp.h b/arch/arm/mach-pxa/idp.h index a89e6723b1a1..81b9bd9ba754 100644 --- a/arch/arm/mach-pxa/idp.h +++ b/arch/arm/mach-pxa/idp.h @@ -20,7 +20,7 @@ * IDP hardware. */ -#include <mach/irqs.h> /* PXA_GPIO_TO_IRQ */ +#include "irqs.h" /* PXA_GPIO_TO_IRQ */ #define IDP_FLASH_PHYS (PXA_CS0_PHYS) #define IDP_ALT_FLASH_PHYS (PXA_CS1_PHYS) |