summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2412/dma.c
diff options
context:
space:
mode:
authorBen Dooks2009-03-19 16:02:35 +0100
committerBen Dooks2009-05-01 12:39:06 +0200
commit44dc94045f6ddbc07db3e0eb3448c2efc13ac2cf (patch)
tree8775d0acaf03ac9a36d6ef141b43582868687aa3 /arch/arm/mach-s3c2412/dma.c
parent[ARM] S3C24XX: Remove hardware specific registers from DMA (diff)
downloadkernel-qcow2-linux-44dc94045f6ddbc07db3e0eb3448c2efc13ac2cf.tar.gz
kernel-qcow2-linux-44dc94045f6ddbc07db3e0eb3448c2efc13ac2cf.tar.xz
kernel-qcow2-linux-44dc94045f6ddbc07db3e0eb3448c2efc13ac2cf.zip
[ARM] S3C24XX: DMA: Split hardware regs out of <mach/dma.h>
The <mach/dma.h> is for the driver API for the DMA system and should not have anything relying on the CPU specific registers. Remove the registers to <plat/dma-regs.h> for the code that really needs to know about them. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2412/dma.c')
-rw-r--r--arch/arm/mach-s3c2412/dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2412/dma.c b/arch/arm/mach-s3c2412/dma.c
index f888d4e01b0f..f8d16fc10bc6 100644
--- a/arch/arm/mach-s3c2412/dma.c
+++ b/arch/arm/mach-s3c2412/dma.c
@@ -26,6 +26,7 @@
#include <plat/regs-serial.h>
#include <mach/regs-gpio.h>
#include <plat/regs-ac97.h>
+#include <plat/regs-dma.h>
#include <mach/regs-mem.h>
#include <mach/regs-lcd.h>
#include <mach/regs-sdi.h>