diff options
author | Boojin Kim <boojin.kim@samsung.com> | 2011-09-02 09:44:37 +0900 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2011-09-14 11:10:02 +0530 |
commit | dafc954304ad3a471c82e7aad15b26f6be264560 (patch) | |
tree | 400258f60d2db9832c2421fd02c95d1bbb249b00 /arch/arm/mach-s5pv210/include/mach/dma.h | |
parent | bf856fbb5e104ab9afd366baa0d744dd8cfa074d (diff) | |
download | op-kernel-dev-dafc954304ad3a471c82e7aad15b26f6be264560.zip op-kernel-dev-dafc954304ad3a471c82e7aad15b26f6be264560.tar.gz |
ARM: S5PV210: Use generic DMA PL330 driver
This patch makes Samsung S5PV210 to use DMA PL330 driver
on DMADEVICE. The S5PV210 uses DMA generic APIs instead of
SAMSUNG specific S3C-PL330 APIs.
Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/include/mach/dma.h')
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/dma.h b/arch/arm/mach-s5pv210/include/mach/dma.h index 1beae2c..201842a 100644 --- a/arch/arm/mach-s5pv210/include/mach/dma.h +++ b/arch/arm/mach-s5pv210/include/mach/dma.h @@ -20,7 +20,7 @@ #ifndef __MACH_DMA_H #define __MACH_DMA_H -/* This platform uses the common S3C DMA API driver for PL330 */ +/* This platform uses the common DMA API driver for PL330 */ #include <plat/dma-pl330.h> #endif /* __MACH_DMA_H */ |