소스 검색

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: Ben Dooks <ben-linux@fluff.org>
Ben Dooks 15 년 전
부모
커밋
2c420fe22f
4개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 4
      arch/arm/plat-s3c/Makefile
  2. 4 0
      arch/arm/plat-samsung/Makefile
  3. 0 0
      arch/arm/plat-samsung/dma.c
  4. 1 1
      arch/arm/plat-samsung/include/plat/dma.h

+ 0 - 4
arch/arm/plat-s3c/Makefile

@@ -13,7 +13,3 @@ obj-				:=
 
 obj-y				+= init.o
 obj-y				+= time.o
-
-# DMA support
-
-obj-$(CONFIG_S3C_DMA)		+= dma.o

+ 4 - 0
arch/arm/plat-samsung/Makefile

@@ -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
arch/arm/plat-s3c/dma.c → arch/arm/plat-samsung/dma.c


+ 1 - 1
arch/arm/plat-s3c/include/plat/dma.h → arch/arm/plat-samsung/include/plat/dma.h

@@ -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>