Commit 14baf9d7 authored by Paul Mundt's avatar Paul Mundt

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 7e125f7b
...@@ -2,9 +2,7 @@ ...@@ -2,9 +2,7 @@
#define __LINUX_SERIAL_SCI_H #define __LINUX_SERIAL_SCI_H
#include <linux/serial_core.h> #include <linux/serial_core.h>
#ifdef CONFIG_SERIAL_SH_SCI_DMA #include <linux/sh_dma.h>
#include <asm/dmaengine.h>
#endif
/* /*
* Generic header for SuperH SCI(F) (used by sh/sh64/h8300 and related parts) * Generic header for SuperH SCI(F) (used by sh/sh64/h8300 and related parts)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment