ARM: SAMSUNG: Remove dma-plat.h to allow plat-s3c64xx to be removed
authorBen Dooks <ben-linux@fluff.org>
Sat, 20 Feb 2010 23:01:33 +0000 (23:01 +0000)
committerBen Dooks <ben-linux@fluff.org>
Sun, 21 Feb 2010 23:10:35 +0000 (23:10 +0000)
commit992426bfe98e71db1ce767fd66f6c68ed18fcc14
tree6abd29441da0a9764dabedbbff7eb27d30fda406
parent431fb7df24ebf360ba35895a60d084de364e39f8
ARM: SAMSUNG: Remove dma-plat.h to allow plat-s3c64xx to be removed

dma-plat.h is the last file left in plat-s3c64xx, but to remove it we
must also change the use of dma-plat.h by the core code and the s3c24xx
implementation.

Rename the s3c24xx dma-plat.h in the common plat-samsung directory as it
may be used for other ports. Move the specific dma bits into the
mach-s3c64xx directory and update the build as needed.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2410/dma.c
arch/arm/mach-s3c2412/dma.c
arch/arm/mach-s3c2440/dma.c
arch/arm/mach-s3c2443/dma.c
arch/arm/mach-s3c64xx/dma.c
arch/arm/mach-s3c64xx/include/mach/dma.h
arch/arm/plat-s3c/dma.c
arch/arm/plat-s3c24xx/dma.c
arch/arm/plat-s3c64xx/include/plat/dma-plat.h [deleted file]
arch/arm/plat-samsung/include/plat/dma-s3c24xx.h [moved from arch/arm/plat-s3c24xx/include/plat/dma-plat.h with 95% similarity]