summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 15:16:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 15:16:26 +0000
commitf58d7d8ac581438336de82dcb195e8c6da1528ef (patch)
tree0f238347773dfa0bac4845c0822e89f23dcf6bc7
parentRemove (Obsolete). (diff)
downloadrtems-f58d7d8ac581438336de82dcb195e8c6da1528ef.tar.bz2
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1285/rtems * sapi/include/rtems/config.h: Remove obsolete rtems_configuration_get_maximum_devices().
-rw-r--r--cpukit/ChangeLog6
-rw-r--r--cpukit/sapi/include/rtems/config.h3
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 <joel.sherrill@OARcorp.com>
+
+ PR 1285/rtems
+ * sapi/include/rtems/config.h: Remove obsolete
+ rtems_configuration_get_maximum_devices().
+
2008-04-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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)