Skip to content

Commit

Permalink
sh: fix up sh7786 dmaengine build.
Browse files Browse the repository at this point in the history
The asm/dmaengine.h header is gone now, update accordingly.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed May 22, 2010
1 parent 9255f1d commit ed0ad6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/kernel/cpu/sh4a/setup-sh7786.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ed0ad6d

Please sign in to comment.