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

Commit 2c420fe2 authored by Ben Dooks's avatar Ben Dooks
Browse files

ARM: SAMSUNG: Move DMA support to plat-samsung



Move the core of the DMA support to plat-samsung for everyone to use.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 806c17b5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -13,7 +13,3 @@ obj- :=

obj-y				+= init.o
obj-y				+= time.o

# DMA support

obj-$(CONFIG_S3C_DMA)		+= dma.o
+4 −0
Original line number Diff line number Diff line
@@ -39,6 +39,10 @@ obj-$(CONFIG_S3C_DEV_USB_HOST) += dev-usb.o
obj-$(CONFIG_S3C_DEV_USB_HSOTG)	+= dev-usb-hsotg.o
obj-$(CONFIG_S3C_DEV_NAND)	+= dev-nand.o

# DMA support

obj-$(CONFIG_S3C_DMA)		+= dma.o

# PM support

obj-$(CONFIG_PM)		+= pm.o
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
/* arch/arm/plat-s3c/include/plat/dma.h
/* arch/arm/plat-samsung/include/plat/dma.h
 *
 * Copyright (C) 2003-2006 Simtec Electronics
 *	Ben Dooks <ben@simtec.co.uk>