summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/zeus.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2017-11-13 18:27:38 +0100
committerRobert Jarzmik <robert.jarzmik@free.fr>2017-11-28 22:47:22 +0100
commitcb74dc3ba2ba9390572c3b6a8f9780b00f02036e (patch)
treee754f7e020922117bb9a90947c750179de1ba152 /arch/arm/mach-pxa/zeus.c
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff)
downloadlinux-cb74dc3ba2ba9390572c3b6a8f9780b00f02036e.tar.bz2
ARM: pxa: move declarations to proper place
Platform data is not the right place for such declarations, use devices.h in the mach-directory where the rest is located. Note that the some board files needed an additional include for this to work. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/mach-pxa/zeus.c')
-rw-r--r--arch/arm/mach-pxa/zeus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/zeus.c b/arch/arm/mach-pxa/zeus.c
index ecbcaee5a2d5..8b16ba46c8c3 100644
--- a/arch/arm/mach-pxa/zeus.c
+++ b/arch/arm/mach-pxa/zeus.c
@@ -40,6 +40,7 @@
#include <asm/mach/map.h>
#include "pxa27x.h"
+#include "devices.h"
#include <mach/regs-uart.h>
#include <linux/platform_data/usb-ohci-pxa27x.h>
#include <linux/platform_data/mmc-pxamci.h>