diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2010-05-22 04:12:23 -0400 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-22 04:12:23 -0400 |
| commit | ed0ad6d3a0720faa999e4bf9d4ed404cfd5eb4cc (patch) | |
| tree | a333e1b48e3bf6db3c5356c4e8e7a536b84e47c5 | |
| parent | 9255f1deec151ac0e84871d06bc27406cb81f26f (diff) | |
sh: fix up sh7786 dmaengine build.
The asm/dmaengine.h header is gone now, update accordingly.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
| -rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7786.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7786.c b/arch/sh/kernel/cpu/sh4a/setup-sh7786.c index 81657091da46..8797723231ea 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7786.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7786.c | |||
| @@ -21,10 +21,10 @@ | |||
| 21 | #include <linux/mm.h> | 21 | #include <linux/mm.h> |
| 22 | #include <linux/dma-mapping.h> | 22 | #include <linux/dma-mapping.h> |
| 23 | #include <linux/sh_timer.h> | 23 | #include <linux/sh_timer.h> |
| 24 | #include <linux/sh_dma.h> | ||
| 24 | #include <linux/sh_intc.h> | 25 | #include <linux/sh_intc.h> |
| 25 | #include <cpu/dma-register.h> | 26 | #include <cpu/dma-register.h> |
| 26 | #include <asm/mmzone.h> | 27 | #include <asm/mmzone.h> |
| 27 | #include <asm/dmaengine.h> | ||
| 28 | 28 | ||
| 29 | static struct plat_sci_port scif0_platform_data = { | 29 | static struct plat_sci_port scif0_platform_data = { |
| 30 | .mapbase = 0xffea0000, | 30 | .mapbase = 0xffea0000, |
