summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mcf5206elite/console/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/mcf5206elite/console/console.c')
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/console/console.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/console/console.c b/c/src/lib/libbsp/m68k/mcf5206elite/console/console.c
index be401be0e1..9e73d564f1 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/console/console.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/console/console.c
@@ -197,22 +197,6 @@ console_last_close(int major, int minor, void *arg)
return mcfuart_disable(&uart[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)
- rtems_termios_reserve_resources (configuration, 2);
-}
-
/* console_initialize --
* This routine initializes the console IO drivers and register devices
* in RTEMS I/O system.