From f58d7d8ac581438336de82dcb195e8c6da1528ef Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 6 May 2008 15:16:26 +0000 Subject: [PATCH] 2008-05-06 Joel Sherrill PR 1285/rtems * sapi/include/rtems/config.h: Remove obsolete rtems_configuration_get_maximum_devices(). --- cpukit/ChangeLog | 6 ++++++ cpukit/sapi/include/rtems/config.h | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index c07fa1c48c..4eb5e9af2d 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2008-05-06 Joel Sherrill + + PR 1285/rtems + * sapi/include/rtems/config.h: Remove obsolete + rtems_configuration_get_maximum_devices(). + 2008-04-25 Joel Sherrill * score/include/rtems/system.h: Fix typo in comment. diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h index 2a0f5b4bae..4fab7e5438 100644 --- a/cpukit/sapi/include/rtems/config.h +++ b/cpukit/sapi/include/rtems/config.h @@ -152,9 +152,6 @@ SAPI_EXTERN rtems_configuration_table *_Configuration_Table; #define rtems_configuration_get_ticks_per_timeslice() \ (_Configuration_Table->ticks_per_timeslice) -#define rtems_configuration_get_maximum_devices() \ - (_Configuration_Table->maximum_devices) - #define rtems_configuration_get_number_of_device_drivers() \ (_Configuration_Table->number_of_device_drivers)