2000-12-01 Joel Sherrill <joel@OARcorp.com>

* console-polled.c: Remove warnings.
This commit is contained in:
Joel Sherrill
2000-12-05 16:38:08 +00:00
parent 9751c91383
commit 7220103fcd
2 changed files with 4 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
2000-12-01 Joel Sherrill <joel@OARcorp.com>
* console-polled.c: Remove warnings.
2000-11-13 Joel Sherrill <joel@OARcorp.com>
* clock_driver_stub.c: This is a stub of a clock driver that

View File

@@ -140,9 +140,3 @@ rtems_device_driver console_control(
return rtems_termios_ioctl (arg);
}
void console_reserve_resources(
rtems_configuration_table *configuration
)
{
rtems_termios_reserve_resources( configuration, 1 );
}