aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/pxa3xx.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-09-10 22:22:03 +0200
committerArnd Bergmann <arnd@arndb.de>2022-04-19 21:34:06 +0200
commit225b5d376e53543a66fc9b824a05cfcdf74c763a (patch)
tree475df12f137867ec0c336dc9024109d134945400 /arch/arm/mach-pxa/pxa3xx.c
parentARM: pxa: move pcmcia board data into mach-pxa (diff)
downloadlinux-dev-225b5d376e53543a66fc9b824a05cfcdf74c763a.tar.xz
linux-dev-225b5d376e53543a66fc9b824a05cfcdf74c763a.zip
ARM: pxa: make addr-map.h header local
Drivers should not rely on the contents of this file, so move it into the platform directory directly. Cc: Philipp Zabel <philipp.zabel@gmail.com> Cc: Paul Parsons <lost.distance@yahoo.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/lkml/87mudkmx8g.fsf@belgarion.home/
Diffstat (limited to 'arch/arm/mach-pxa/pxa3xx.c')
-rw-r--r--arch/arm/mach-pxa/pxa3xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c
index 7c569fa2a6da..7881888107c7 100644
--- a/arch/arm/mach-pxa/pxa3xx.c
+++ b/arch/arm/mach-pxa/pxa3xx.c
@@ -32,7 +32,7 @@
#include <mach/reset.h>
#include <linux/platform_data/usb-ohci-pxa27x.h>
#include "pm.h"
-#include <mach/addr-map.h>
+#include "addr-map.h"
#include <mach/smemc.h>
#include <mach/irqs.h>