summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-05-24 16:31:08 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-05-25 12:22:33 +0900
commit14baf9d7f275f0bbf42c1216ff1eef1109ca42ba (patch)
treedd5555c9a68c909867d3c7e765d3e055766bbfef /include
parent7e125f7b9cbfce4101191b8076d606c517a73066 (diff)
downloadop-kernel-dev-14baf9d7f275f0bbf42c1216ff1eef1109ca42ba.zip
op-kernel-dev-14baf9d7f275f0bbf42c1216ff1eef1109ca42ba.tar.gz
serial: sh-sci: fix up serial DMA build.
asm/dmaengine.h no longer exists, update for the shared linux/sh_dma.h header. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/serial_sci.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/serial_sci.h b/include/linux/serial_sci.h
index f5364a1..baed212 100644
--- a/include/linux/serial_sci.h
+++ b/include/linux/serial_sci.h
@@ -2,9 +2,7 @@
#define __LINUX_SERIAL_SCI_H
#include <linux/serial_core.h>
-#ifdef CONFIG_SERIAL_SH_SCI_DMA
-#include <asm/dmaengine.h>
-#endif
+#include <linux/sh_dma.h>
/*
* Generic header for SuperH SCI(F) (used by sh/sh64/h8300 and related parts)
OpenPOWER on IntegriCloud