summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/include/mach/dma.h
diff options
context:
space:
mode:
authorKukjin Kim2011-10-04 13:18:36 +0200
committerKukjin Kim2011-10-04 13:18:36 +0200
commitdb3c94a7edc6b29f8d52ba5884dec6a15feeadad (patch)
treeac9207a44cecafb9104ca4e1f46aecb9fe01383d /arch/arm/mach-s5pv210/include/mach/dma.h
parentMerge branch 'next-samsung-board' into next-samsung-devel-2 (diff)
parentARM: EXYNOS4: Add FIMC device on SMDKV310 board (diff)
downloadkernel-qcow2-linux-db3c94a7edc6b29f8d52ba5884dec6a15feeadad.tar.gz
kernel-qcow2-linux-db3c94a7edc6b29f8d52ba5884dec6a15feeadad.tar.xz
kernel-qcow2-linux-db3c94a7edc6b29f8d52ba5884dec6a15feeadad.zip
Merge branch 'next-samsung-devel' into next-samsung-devel-2
Conflicts: arch/arm/mach-exynos4/clock.c arch/arm/mach-s3c2412/gpio.c arch/arm/mach-s5p64x0/dma.c arch/arm/mach-s5p64x0/gpiolib.c
Diffstat (limited to 'arch/arm/mach-s5pv210/include/mach/dma.h')
-rw-r--r--arch/arm/mach-s5pv210/include/mach/dma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/dma.h b/arch/arm/mach-s5pv210/include/mach/dma.h
index 81209eb1409b..201842a3769e 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 */
-#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 */