aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c/dma.c
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-02-20 23:01:33 +0000
committerBen Dooks <ben-linux@fluff.org>2010-02-21 23:10:35 +0000
commit992426bfe98e71db1ce767fd66f6c68ed18fcc14 (patch)
tree6abd29441da0a9764dabedbbff7eb27d30fda406 /arch/arm/plat-s3c/dma.c
parentARM: SAMSUNG: Move pm-core.h to machine directory (diff)
downloadlinux-dev-992426bfe98e71db1ce767fd66f6c68ed18fcc14.tar.xz
linux-dev-992426bfe98e71db1ce767fd66f6c68ed18fcc14.zip
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>
Diffstat (limited to '')
-rw-r--r--arch/arm/plat-s3c/dma.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-s3c/dma.c b/arch/arm/plat-s3c/dma.c
index a995850cd9d5..606db1af5fe7 100644
--- a/arch/arm/plat-s3c/dma.c
+++ b/arch/arm/plat-s3c/dma.c
@@ -20,8 +20,6 @@ struct s3c2410_dma_buf;
#include <mach/dma.h>
#include <mach/irqs.h>
-#include <plat/dma-plat.h>
-
/* dma channel state information */
struct s3c2410_dma_chan s3c2410_chans[S3C_DMA_CHANNELS];
struct s3c2410_dma_chan *s3c_dma_chan_map[DMACH_MAX];