summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/console/console.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 20:30:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 20:30:20 +0000
commit7ee88c169555d90adca41b6cd74f0097816423c6 (patch)
tree1f287d34485951807e8f364bd648093db68f6726 /c/src/lib/libbsp/m68k/gen68360/console/console.c
parentAdded initial cut at miniIMFS which leaves out memfile and directory (diff)
downloadrtems-7ee88c169555d90adca41b6cd74f0097816423c6.tar.bz2
Split console_reserve_resources to separate file to reduce
code size.
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68360/console/console.c')
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/console/console.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68360/console/console.c b/c/src/lib/libbsp/m68k/gen68360/console/console.c
index f31936144a..7b6fe1ded9 100644
--- a/c/src/lib/libbsp/m68k/gen68360/console/console.c
+++ b/c/src/lib/libbsp/m68k/gen68360/console/console.c
@@ -279,13 +279,9 @@ smc1PollWrite (int minor, const char *buf, int len)
/*
* Reserve resources consumed by this driver
+ *
+ * NOTE: This is in another file to reduce dependencies on the minimum size.
*/
-void console_reserve_resources(
- rtems_configuration_table *configuration
-)
-{
- rtems_termios_reserve_resources (configuration, 1);
-}
/*
* Initialize and register the device