Skip to content

Commit

Permalink
serial: sh-sci: fix up serial DMA build.
Browse files Browse the repository at this point in the history
asm/dmaengine.h no longer exists, update for the shared linux/sh_dma.h
header.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed May 25, 2010
1 parent 7e125f7 commit 14baf9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/linux/serial_sci.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 14baf9d

Please sign in to comment.