From d01f399f6e6e0435f1b11c8f4d763805060b912b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 23 Apr 2008 21:51:44 +0000 Subject: 2008-04-23 Joel Sherrill * sh7750/sci/console.c: Remove all references to console_reserve_resources and termios_reserve_resources. --- c/src/lib/libcpu/sh/sh7750/sci/console.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'c/src/lib/libcpu/sh/sh7750') 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. -- cgit v1.2.3