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

* mpc8260/console-generic/console-generic.c,
	mpc8xx/console-generic/console-generic.c: Remove all references to
	console_reserve_resources and termios_reserve_resources.
This commit is contained in:
Joel Sherrill
2008-04-24 23:04:03 +00:00
parent eac65cbc23
commit a7e912e34a
3 changed files with 6 additions and 16 deletions

View File

@@ -1,3 +1,9 @@
2008-04-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* mpc8260/console-generic/console-generic.c,
mpc8xx/console-generic/console-generic.c: Remove all references to
console_reserve_resources and termios_reserve_resources.
2008-04-24 Nigel Spon <nigel@adi.co.nz>
* ppc403/console/console.c: Correct include path.

View File

@@ -1135,11 +1135,3 @@ m8xx_uart_pollWrite(
return 0;
}
void
m8xx_uart_reserve_resources(
rtems_configuration_table *configuration
)
{
rtems_termios_reserve_resources (configuration, NUM_PORTS);
}

View File

@@ -1089,11 +1089,3 @@ m8xx_uart_pollWrite(
}
return 0;
}
void
m8xx_uart_reserve_resources(
rtems_configuration_table *configuration
)
{
rtems_termios_reserve_resources (configuration, NUM_PORTS);
}