diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-07-24 22:42:56 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-26 02:37:57 -0400 |
commit | d89ddd1c847637d91625c8cb6b0d064e1717057c (patch) | |
tree | 7f2547f112e3cd70e06a190fc26ab701dbab71b9 /drivers/serial/sh-sci.c | |
parent | 32582fa46020cd8940006a8d42dec083d72d6d8b (diff) |
sh: remove support for sh7300 and solution engine 7300
This patch removes old dead code:
- kill off sh7300 cpu support
- get rid of broken solution engine 7300 board support
Signed-off-by: Magnus Damm <damm@igel.co.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 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/serial/sh-sci.c b/drivers/serial/sh-sci.c index 672cd1042539..053fca41b08a 100644 --- a/drivers/serial/sh-sci.c +++ b/drivers/serial/sh-sci.c | |||
@@ -12,6 +12,7 @@ | |||
12 | * Modified to support multiple serial ports. Stuart Menefy (May 2000). | 12 | * Modified to support multiple serial ports. Stuart Menefy (May 2000). |
13 | * Modified to support SecureEdge. David McCullough (2002) | 13 | * Modified to support SecureEdge. David McCullough (2002) |
14 | * Modified to support SH7300 SCIF. Takashi Kusuda (Jun 2003). | 14 | * Modified to support SH7300 SCIF. Takashi Kusuda (Jun 2003). |
15 | * Removed SH7300 support (Jul 2007). | ||
15 | * | 16 | * |
16 | * This file is subject to the terms and conditions of the GNU General Public | 17 | * This file is subject to the terms and conditions of the GNU General Public |
17 | * License. See the file "COPYING" in the main directory of this archive | 18 | * License. See the file "COPYING" in the main directory of this archive |
@@ -289,13 +290,7 @@ static void sci_init_pins_irda(struct uart_port *port, unsigned int cflag) | |||
289 | #endif | 290 | #endif |
290 | 291 | ||
291 | #if defined(SCIF_ONLY) || defined(SCI_AND_SCIF) | 292 | #if defined(SCIF_ONLY) || defined(SCI_AND_SCIF) |
292 | #if defined(CONFIG_CPU_SUBTYPE_SH7300) | 293 | #if defined(CONFIG_CPU_SUBTYPE_SH7710) || defined(CONFIG_CPU_SUBTYPE_SH7712) |
293 | /* SH7300 doesn't use RTS/CTS */ | ||
294 | static void sci_init_pins_scif(struct uart_port *port, unsigned int cflag) | ||
295 | { | ||
296 | sci_out(port, SCFCR, 0); | ||
297 | } | ||
298 | #elif defined(CONFIG_CPU_SUBTYPE_SH7710) || defined(CONFIG_CPU_SUBTYPE_SH7712) | ||
299 | static void sci_init_pins_scif(struct uart_port* port, unsigned int cflag) | 294 | static void sci_init_pins_scif(struct uart_port* port, unsigned int cflag) |
300 | { | 295 | { |
301 | unsigned int fcr_val = 0; | 296 | unsigned int fcr_val = 0; |