Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 992426bf authored by Ben Dooks's avatar Ben Dooks
Browse files

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: default avatarBen Dooks <ben-linux@fluff.org>
parent 431fb7df
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@
#include <mach/dma.h>
#include <mach/dma.h>


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


#include <plat/regs-serial.h>
#include <plat/regs-serial.h>
#include <mach/regs-gpio.h>
#include <mach/regs-gpio.h>
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@


#include <mach/dma.h>
#include <mach/dma.h>


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


#include <plat/regs-serial.h>
#include <plat/regs-serial.h>
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@
#include <mach/map.h>
#include <mach/map.h>
#include <mach/dma.h>
#include <mach/dma.h>


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


#include <plat/regs-serial.h>
#include <plat/regs-serial.h>
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@


#include <mach/dma.h>
#include <mach/dma.h>


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


#include <plat/regs-serial.h>
#include <plat/regs-serial.h>
+0 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,6 @@
#include <mach/map.h>
#include <mach/map.h>
#include <mach/irqs.h>
#include <mach/irqs.h>


#include <plat/dma-plat.h>
#include <mach/regs-sys.h>
#include <mach/regs-sys.h>


#include <asm/hardware/pl080.h>
#include <asm/hardware/pl080.h>
Loading