projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f5cd2b
)
serial: sh-sci: Fix up port pinmux for SH7366.
author
Paul Mundt
<lethal@linux-sh.org>
Sun, 21 Dec 2008 18:40:10 +0000
(
03:40
+0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 22 Dec 2008 09:44:49 +0000
(18:44 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/serial/sh-sci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/serial/sh-sci.c
b/drivers/serial/sh-sci.c
index a628081e586e33b1fc90ed0e9802c8bce244efdf..557b54ab2f25d22b0f623b7f6dde18cb12cc47f2 100644
(file)
--- a/
drivers/serial/sh-sci.c
+++ b/
drivers/serial/sh-sci.c
@@
-269,7
+269,7
@@
static inline void sci_init_pins(struct uart_port *port, unsigned int cflag)
if (!(cflag & CRTSCTS))
__raw_writew(0x0080, SCSPTR0); /* Set RTS = 1 */
}
-#elif defined(CONFIG_CPU_SH4)
+#elif defined(CONFIG_CPU_SH4)
&& !defined(CONFIG_CPU_SH4A)
static inline void sci_init_pins(struct uart_port *port, unsigned int cflag)
{
if (!(cflag & CRTSCTS))