summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/dma.c
diff options
context:
space:
mode:
authorRyan Mallon <rmallon@gmail.com>2012-01-11 09:29:26 +1100
committerRyan Mallon <rmallon@gmail.com>2012-03-14 11:42:27 +1100
commita05baf335b8bc25e0fab0fd1821e796174f98ea1 (patch)
treef6cea3047979b47024b2d2dbbf700cee8861beaa /arch/arm/mach-ep93xx/dma.c
parent73303d129201de7af7fa837597e9c470c5efa71f (diff)
downloadop-kernel-dev-a05baf335b8bc25e0fab0fd1821e796174f98ea1.zip
op-kernel-dev-a05baf335b8bc25e0fab0fd1821e796174f98ea1.tar.gz
ep93xx: Move peripheral defines to local SoC header
Move the AHB/APB peripheral defines to local SoC header since they are only needed by the core SoC code. The UART defines are not moved because they are used by the mach/uncompress.h header. Signed-off-by: Ryan Mallon <rmallon@gmail.com> Reviewed-by: Mika Westerberg <mika.westerberg@iki.fi> Acked-by: Hartley Sweeten <hsweeten@visionengravers.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-ep93xx/dma.c')
-rw-r--r--arch/arm/mach-ep93xx/dma.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/dma.c b/arch/arm/mach-ep93xx/dma.c
index 5a25708..16976d7 100644
--- a/arch/arm/mach-ep93xx/dma.c
+++ b/arch/arm/mach-ep93xx/dma.c
@@ -28,6 +28,8 @@
#include <mach/dma.h>
#include <mach/hardware.h>
+#include "soc.h"
+
#define DMA_CHANNEL(_name, _base, _irq) \
{ .name = (_name), .base = (_base), .irq = (_irq) }
OpenPOWER on IntegriCloud