summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7750/sci
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-23 21:51:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-23 21:51:44 +0000
commitd01f399f6e6e0435f1b11c8f4d763805060b912b (patch)
treedfd622b351f3002deb6fa966e73f386d328ced45 /c/src/lib/libcpu/sh/sh7750/sci
parent2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-d01f399f6e6e0435f1b11c8f4d763805060b912b.tar.bz2
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* sh7750/sci/console.c: Remove all references to console_reserve_resources and termios_reserve_resources.
Diffstat (limited to 'c/src/lib/libcpu/sh/sh7750/sci')
-rw-r--r--c/src/lib/libcpu/sh/sh7750/sci/console.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/c/src/lib/libcpu/sh/sh7750/sci/console.c b/c/src/lib/libcpu/sh/sh7750/sci/console.c
index e5a7cab52b..cd05b415cc 100644
--- a/c/src/lib/libcpu/sh/sh7750/sci/console.c
+++ b/c/src/lib/libcpu/sh/sh7750/sci/console.c
@@ -181,23 +181,6 @@ console_last_close(int major, int minor, void *arg)
return sh4uart_disable(&sh4_uarts[minor]);
}
-/* console_reserve_resources --
- * reserve termios resources for 2 UART channels
- *
- * PARAMETERS:
- * configuration -- pointer to the RTEMS configuration table
- *
- * RETURNS:
- * none
- */
-void
-console_reserve_resources(rtems_configuration_table *configuration)
-{
- if ((console_mode != CONSOLE_MODE_RAW) &&
- (console_mode != CONSOLE_MODE_IPL))
- rtems_termios_reserve_resources (configuration, 2);
-}
-
/* console_initialize --
* This routine initializes the console IO drivers and register devices
* in RTEMS I/O system.