summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/mfp-pxa2xx.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-04-04 22:37:04 +0200
committerArnd Bergmann <arnd@arndb.de>2022-05-07 22:56:17 +0200
commite6acc4062c02ee4a1a3ae961d073229f72e8f200 (patch)
tree88d3fad646d8929cbac27b64e787f53bb65282c7 /arch/arm/mach-pxa/mfp-pxa2xx.c
parentc8a91428941b912d66e13a2719fe6ac670150d69 (diff)
downloadlinux-e6acc4062c02ee4a1a3ae961d073229f72e8f200.tar.bz2
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/mfp-pxa2xx.c')
-rw-r--r--arch/arm/mach-pxa/mfp-pxa2xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/mfp-pxa2xx.c b/arch/arm/mach-pxa/mfp-pxa2xx.c
index 6bc7206fd2ac..57b0782880de 100644
--- a/arch/arm/mach-pxa/mfp-pxa2xx.c
+++ b/arch/arm/mach-pxa/mfp-pxa2xx.c
@@ -18,7 +18,7 @@
#include <linux/syscore_ops.h>
#include <linux/soc/pxa/cpu.h>
-#include <mach/pxa2xx-regs.h>
+#include "pxa2xx-regs.h"
#include "mfp-pxa2xx.h"
#include "generic.h"