projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9255f1d
)
sh: fix up sh7786 dmaengine build.
author
Paul Mundt
<lethal@linux-sh.org>
Sat, 22 May 2010 08:12:23 +0000
(17:12 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Sat, 22 May 2010 08:12:23 +0000
(17:12 +0900)
The asm/dmaengine.h header is gone now, update accordingly.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4a/setup-sh7786.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/cpu/sh4a/setup-sh7786.c
b/arch/sh/kernel/cpu/sh4a/setup-sh7786.c
index
8165709
..
8797723
100644
(file)
--- a/
arch/sh/kernel/cpu/sh4a/setup-sh7786.c
+++ b/
arch/sh/kernel/cpu/sh4a/setup-sh7786.c
@@
-21,10
+21,10
@@
#include <linux/mm.h>
#include <linux/dma-mapping.h>
#include <linux/sh_timer.h>
+#include <linux/sh_dma.h>
#include <linux/sh_intc.h>
#include <cpu/dma-register.h>
#include <asm/mmzone.h>
-#include <asm/dmaengine.h>
static struct plat_sci_port scif0_platform_data = {
.mapbase = 0xffea0000,