diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2009-04-28 00:40:15 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-08 10:54:47 -0400 |
commit | 168f36237b16e2b3159e24c7d3b658e3c912d149 (patch) | |
tree | 35b0adbdb4c30128c8c62ad1ec43c31bbe13dbf7 /drivers/serial/sh-sci.c | |
parent | 54507f6ee99778a727ff1b38a1f4050fe6479835 (diff) |
serial: sh-sci: Fix up h8300 support.
- Dummy SCIF functions define.
- h8300 specific header include.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/serial/sh-sci.c')
-rw-r--r-- | drivers/serial/sh-sci.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/serial/sh-sci.c b/drivers/serial/sh-sci.c index 686e4a456e32..4e3248d58602 100644 --- a/drivers/serial/sh-sci.c +++ b/drivers/serial/sh-sci.c | |||
@@ -54,6 +54,10 @@ | |||
54 | #include <asm/sh_bios.h> | 54 | #include <asm/sh_bios.h> |
55 | #endif | 55 | #endif |
56 | 56 | ||
57 | #ifdef CONFIG_H8300 | ||
58 | #include <asm/gpio.h> | ||
59 | #endif | ||
60 | |||
57 | #include "sh-sci.h" | 61 | #include "sh-sci.h" |
58 | 62 | ||
59 | struct sci_port { | 63 | struct sci_port { |