diff options
author | Boojin Kim <boojin.kim@samsung.com> | 2011-09-02 09:44:34 +0900 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2011-09-14 11:10:01 +0530 |
commit | aa0de00e4b9b3adba5db5ef5ee01e61b1b2e4329 (patch) | |
tree | 1ee82573afe3ed777f29609b5c7e48d3d369c347 /arch/arm/mach-exynos4 | |
parent | 42bc9cf45939c26a5c5eb946d4fd35f1a7b0f9f8 (diff) | |
download | blackbird-op-linux-aa0de00e4b9b3adba5db5ef5ee01e61b1b2e4329.tar.gz blackbird-op-linux-aa0de00e4b9b3adba5db5ef5ee01e61b1b2e4329.zip |
ARM: SAMSUNG: Update to use PL330-DMA driver
This patch adds to support PL330-DMA driver on DMADEVICE for S5P SoCs.
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-exynos4')
-rw-r--r-- | arch/arm/mach-exynos4/include/mach/dma.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/dma.h b/arch/arm/mach-exynos4/include/mach/dma.h index 81209eb1409b..201842a3769e 100644 --- a/arch/arm/mach-exynos4/include/mach/dma.h +++ b/arch/arm/mach-exynos4/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 */ -#include <plat/s3c-dma-pl330.h> +/* This platform uses the common DMA API driver for PL330 */ +#include <plat/dma-pl330.h> #endif /* __MACH_DMA_H */ |