diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-05-24 16:31:08 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-25 12:22:33 +0900 |
commit | 14baf9d7f275f0bbf42c1216ff1eef1109ca42ba (patch) | |
tree | dd5555c9a68c909867d3c7e765d3e055766bbfef /include | |
parent | 7e125f7b9cbfce4101191b8076d606c517a73066 (diff) | |
download | linux-14baf9d7f275f0bbf42c1216ff1eef1109ca42ba.tar.gz linux-14baf9d7f275f0bbf42c1216ff1eef1109ca42ba.tar.bz2 linux-14baf9d7f275f0bbf42c1216ff1eef1109ca42ba.zip |
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.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/serial_sci.h b/include/linux/serial_sci.h index f5364a1de68b..baed2122c5a6 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) |