projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dd8c4f
)
[ARM] 5365/1: s3cmci: Use new include path of dma.h
author
Ramax Lo
<ramaxlo@gmail.com>
Wed, 14 Jan 2009 01:13:47 +0000
(
02:13
+0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 24 Jan 2009 11:41:18 +0000
(11:41 +0000)
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>
drivers/mmc/host/s3cmci.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/s3cmci.c
b/drivers/mmc/host/s3cmci.c
index
fcc98a4
..
35a98ee
100644
(file)
--- 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>