diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-03-19 15:02:35 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-01 11:39:06 +0100 |
commit | 44dc94045f6ddbc07db3e0eb3448c2efc13ac2cf (patch) | |
tree | 8775d0acaf03ac9a36d6ef141b43582868687aa3 /arch/arm/mach-s3c2443 | |
parent | 8970ef47d56fd3db28ee798b9d400caf08abd924 (diff) | |
download | op-kernel-dev-44dc94045f6ddbc07db3e0eb3448c2efc13ac2cf.zip op-kernel-dev-44dc94045f6ddbc07db3e0eb3448c2efc13ac2cf.tar.gz |
[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-s3c2443')
-rw-r--r-- | arch/arm/mach-s3c2443/dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2443/dma.c b/arch/arm/mach-s3c2443/dma.c index 825b718..397f3b5 100644 --- a/arch/arm/mach-s3c2443/dma.c +++ b/arch/arm/mach-s3c2443/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> |