2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>

* sh7750/sci/console.c: Remove all references to
	console_reserve_resources and termios_reserve_resources.
This commit is contained in:
Joel Sherrill
2008-04-23 21:51:44 +00:00
parent ecf11aa360
commit d01f399f6e
2 changed files with 5 additions and 17 deletions

View File

@@ -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,

View File

@@ -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.