Skip to content

Commit

Permalink
[ARM] S3C24XX: Move plat/dma.h
Browse files Browse the repository at this point in the history
Move the platform dma.h to dma-plat.h to ensure it doen't get
confused with plat/dma.h

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks authored and Ben Dooks committed May 1, 2009
1 parent 091438d commit 5a9eb8d
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/dma.c
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
#include <mach/dma.h>

#include <plat/cpu.h>
#include <plat/dma.h>
#include <plat/dma-plat.h>

#include <plat/regs-serial.h>
#include <mach/regs-gpio.h>
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2412/dma.c
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@

#include <mach/dma.h>

#include <plat/dma.h>
#include <plat/dma-plat.h>
#include <plat/cpu.h>

#include <plat/regs-serial.h>
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2440/dma.c
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@

#include <mach/dma.h>

#include <plat/dma.h>
#include <plat/dma-plat.h>
#include <plat/cpu.h>

#include <plat/regs-serial.h>
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2443/dma.c
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@

#include <mach/dma.h>

#include <plat/dma.h>
#include <plat/dma-plat.h>
#include <plat/cpu.h>

#include <plat/regs-serial.h>
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c24xx/dma.c
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@

#include <mach/map.h>

#include <plat/dma.h>
#include <plat/dma-plat.h>

/* io map for dma */
static void __iomem *dma_base;
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* linux/include/asm-arm/plat-s3c24xx/dma.h
/* linux/arch/arm/plat-s3c24xx/include/plat/dma-plat.h
*
* Copyright (C) 2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>

0 comments on commit 5a9eb8d

Please sign in to comment.