From 3f72383ce85c308af1b98a20e17cf4f2d3baf1a8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 29 May 2007 11:35:51 +0000 Subject: 2007-05-29 Joel Sherrill * 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. --- c/src/optman/sapi/no-io.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c/src/optman/sapi') 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 ) { } -- cgit v1.2.3