summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 15:14:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 15:14:45 +0000
commit2905296a1c442372231c8f7f5832984b6a014a72 (patch)
tree0e0238c2be4a17e0d13f8f9aab5b0c983dacea0f /cpukit
parentRegenerate. (diff)
downloadrtems-2905296a1c442372231c8f7f5832984b6a014a72.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().
Diffstat (limited to 'cpukit')
-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 3bcdcbd41d..206e958ff2 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-05-01 Chris Johns <chrisj@rtems.org>
* libblock/include/rtems/nvdisk-sram.h,
diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h
index 1b06e9d240..57b6720945 100644
--- a/cpukit/sapi/include/rtems/config.h
+++ b/cpukit/sapi/include/rtems/config.h
@@ -225,9 +225,6 @@ extern rtems_configuration_table Configuration;
#define rtems_configuration_get_do_zero_of_workspace() \
(_Configuration_Table->do_zero_of_workspace)
-#define rtems_configuration_get_maximum_devices() \
- (_Configuration_Table->maximum_devices)
-
#define rtems_configuration_get_number_of_device_drivers() \
(_Configuration_Table->number_of_device_drivers)