]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - arch/arm/plat-s3c24xx/dma.c
[ARM] S3C24XX: DMA: Split hardware regs out of <mach/dma.h>
authorBen Dooks <ben@simtec.co.uk>
Thu, 19 Mar 2009 15:02:35 +0000 (15:02 +0000)
committerBen Dooks <ben-linux@fluff.org>
Fri, 1 May 2009 10:39:06 +0000 (11:39 +0100)
commit44dc94045f6ddbc07db3e0eb3448c2efc13ac2cf
tree8775d0acaf03ac9a36d6ef141b43582868687aa3
parent8970ef47d56fd3db28ee798b9d400caf08abd924
[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>
arch/arm/mach-s3c2410/dma.c
arch/arm/mach-s3c2410/include/mach/dma.h
arch/arm/mach-s3c2412/dma.c
arch/arm/mach-s3c2440/dma.c
arch/arm/mach-s3c2443/dma.c
arch/arm/plat-s3c24xx/dma.c
arch/arm/plat-s3c24xx/include/plat/regs-dma.h [new file with mode: 0644]