summaryrefslogtreecommitdiffstats
path: root/c/src/optman/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-29 11:35:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-29 11:35:51 +0000
commit3f72383ce85c308af1b98a20e17cf4f2d3baf1a8 (patch)
tree3c09250564900f6026efe5303e5f73438f930354 /c/src/optman/sapi
parent2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-3f72383ce85c308af1b98a20e17cf4f2d3baf1a8.tar.bz2
2007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>
* optman/sapi/no-io.c: Eliminate maximum_drivers configuration parameter since it was used to configure a no longer used feature. Device names are now part of the filesystem not in a table.
Diffstat (limited to 'c/src/optman/sapi')
-rw-r--r--c/src/optman/sapi/no-io.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/optman/sapi/no-io.c b/c/src/optman/sapi/no-io.c
index 76a2a2219b..85c36795b9 100644
--- a/c/src/optman/sapi/no-io.c
+++ b/c/src/optman/sapi/no-io.c
@@ -22,8 +22,7 @@
void _IO_Manager_initialization(
rtems_driver_address_table *driver_table,
uint32_t drivers_in_table,
- uint32_t number_of_drivers,
- uint32_t number_of_devices
+ uint32_t number_of_drivers
)
{
}