summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7750/sci
diff options
context:
space:
mode:
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.