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

* shared/comm/tty_drv.c: Remove all references to
	console_reserve_resources and termios_reserve_resources.
This commit is contained in:
Joel Sherrill
2008-04-23 21:50:37 +00:00
parent 52c07539fe
commit 675167c608
2 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/comm/tty_drv.c: Remove all references to
console_reserve_resources and termios_reserve_resources.
2007-11-06 Till Straumann <strauman@slac.stanford.edu>
* shared/irq/irq.c: test for non-NULL-ness before calling

View File

@@ -84,12 +84,6 @@ isr_is_on(const rtems_irq_connect_data *irq)
return BSP_irq_enabled_at_i8259s(irq->name);
}
void tty_reserve_resources(rtems_configuration_table *conf)
{
rtems_termios_reserve_resources(conf, 1);
return;
}
/*
* TTYS1 - device driver INITIALIZE entry point.
*/