summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libcpu/sh/ChangeLog5
-rw-r--r--c/src/lib/libcpu/sh/sh7750/sci/console.c17
2 files changed, 5 insertions, 17 deletions
diff --git a/c/src/lib/libcpu/sh/ChangeLog b/c/src/lib/libcpu/sh/ChangeLog
index a749d1306b..45e0220b65 100644
--- a/c/src/lib/libcpu/sh/ChangeLog
+++ b/c/src/lib/libcpu/sh/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * sh7750/sci/console.c: Remove all references to
+ console_reserve_resources and termios_reserve_resources.
+
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* sh7032/clock/ckinit.c, sh7032/delay/delay.c, sh7032/timer/timer.c,
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.