diff options
| author | Magnus Damm <damm@opensource.se> | 2010-03-19 00:47:19 -0400 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2010-04-07 03:17:01 -0400 |
| commit | 927a7c9c1793def3a55d60c926d3945528e6bf1b (patch) | |
| tree | d7ea66aa528c619644522041a553ce64e0e3638e /include/linux | |
| parent | b2623a61cfd3c6badb8396dc85ab5a70f4a05f61 (diff) | |
dmaengine: shdma: Enable on SH-Mobile ARM
Enable the shdma dmaengine driver on SH-Mobile ARM.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/serial_sci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/serial_sci.h b/include/linux/serial_sci.h index f5364a1de68b..837efa4e63c2 100644 --- a/include/linux/serial_sci.h +++ b/include/linux/serial_sci.h | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | #include <linux/serial_core.h> | 4 | #include <linux/serial_core.h> |
| 5 | #ifdef CONFIG_SERIAL_SH_SCI_DMA | 5 | #ifdef CONFIG_SERIAL_SH_SCI_DMA |
| 6 | #include <asm/dmaengine.h> | 6 | #include <linux/sh_dma.h> |
| 7 | #endif | 7 | #endif |
| 8 | 8 | ||
| 9 | /* | 9 | /* |
