serial: sh-sci: fix up serial DMA build.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 24 May 2010 07:31:08 +0000 (16:31 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 25 May 2010 03:22:33 +0000 (12:22 +0900)
asm/dmaengine.h no longer exists, update for the shared linux/sh_dma.h
header.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/linux/serial_sci.h

index f5364a1..baed212 100644 (file)
@@ -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)