aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/dma
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-07-29 20:20:36 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-07-29 20:20:36 +0900
commit71b8064e7df5698520d73b4c1566a3dbc98eb9ef (patch)
tree86abb79e3f98ccf161393aceab11fa1c9e097116 /arch/sh/drivers/dma
parentsh: Switch KBUILD_DEFCONFIG to shx3_defconfig. (diff)
downloadlinux-dev-71b8064e7df5698520d73b4c1566a3dbc98eb9ef.tar.xz
linux-dev-71b8064e7df5698520d73b4c1566a3dbc98eb9ef.zip
sh: dma-sh: Fix up dreamcast dma.h mach path.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers/dma')
-rw-r--r--arch/sh/drivers/dma/dma-sh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/dma/dma-sh.c b/arch/sh/drivers/dma/dma-sh.c
index bd305483c144..b2ffe649c7c0 100644
--- a/arch/sh/drivers/dma/dma-sh.c
+++ b/arch/sh/drivers/dma/dma-sh.c
@@ -14,7 +14,7 @@
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/module.h>
-#include <mach/dma.h>
+#include <mach-dreamcast/mach/dma.h>
#include <asm/dma.h>
#include <asm/io.h>
#include "dma-sh.h"