summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRamax Lo2009-01-14 02:13:47 +0100
committerRussell King2009-01-24 12:41:18 +0100
commit7ad14f83d335bc042baa21d710b4ea0918965ffe (patch)
treed14b264508abbd84d99b0a830ee53a65ded6fef9 /drivers
parent[ARM] fix StrongARM-11x0 page copy implementation (diff)
downloadkernel-qcow2-linux-7ad14f83d335bc042baa21d710b4ea0918965ffe.tar.gz
kernel-qcow2-linux-7ad14f83d335bc042baa21d710b4ea0918965ffe.tar.xz
kernel-qcow2-linux-7ad14f83d335bc042baa21d710b4ea0918965ffe.zip
[ARM] 5365/1: s3cmci: Use new include path of dma.h
Since dma.h has been moved to arch/arm/mach-s3c2410/include/mach, use the new include path. Signed-off-by: Ramax Lo <ramaxlo@gmail.com> Acked-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/host/s3cmci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c
index fcc98a4cce3c..35a98eec7414 100644
--- a/drivers/mmc/host/s3cmci.c
+++ b/drivers/mmc/host/s3cmci.c
@@ -20,7 +20,7 @@
#include <linux/irq.h>
#include <linux/io.h>
-#include <asm/dma.h>
+#include <mach/dma.h>
#include <mach/regs-sdi.h>
#include <mach/regs-gpio.h>