]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ARM: SAMSUNG: Move DMA support to plat-samsung
authorBen Dooks <ben-linux@fluff.org>
Fri, 29 Jan 2010 09:02:15 +0000 (09:02 +0000)
committerBen Dooks <ben-linux@fluff.org>
Tue, 23 Feb 2010 00:03:43 +0000 (00:03 +0000)
Move the core of the DMA support to plat-samsung for everyone to use.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c/Makefile
arch/arm/plat-samsung/Makefile
arch/arm/plat-samsung/dma.c [moved from arch/arm/plat-s3c/dma.c with 100% similarity]
arch/arm/plat-samsung/include/plat/dma.h [moved from arch/arm/plat-s3c/include/plat/dma.h with 98% similarity]

index 197b9bd139acc657d6bbb4f26d3bb887220d906b..2a3c4a49117a5363ed03dc87c513873327a7fc57 100644 (file)
@@ -13,7 +13,3 @@ obj-                          :=
 
 obj-y                          += init.o
 obj-y                          += time.o
-
-# DMA support
-
-obj-$(CONFIG_S3C_DMA)          += dma.o
index 629fd9f92a2469b93f396d220880a1401d657926..facc7e387fc5db89f5ee10e934d18cea979f7776 100644 (file)
@@ -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
similarity index 98%
rename from arch/arm/plat-s3c/include/plat/dma.h
rename to arch/arm/plat-samsung/include/plat/dma.h
index e429d10be3adaf8b4636a669f54f6b30eebfccab..7584d751ed513df477cdece38fa83d6a75473beb 100644 (file)
@@ -1,4 +1,4 @@
-/* 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>