summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-19 21:05:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-19 21:05:39 +0000
commitb1bf5a9be0439eaac0f178587ddaa99f5108e946 (patch)
treeea50ccd662c99481ea7a849c02bd19f0774659c5 /cpukit/sapi
parent2007-12-19 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-b1bf5a9be0439eaac0f178587ddaa99f5108e946.tar.bz2
2007-12-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/include/confdefs.h: Revert. Requires info not available at preprocessing time.
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/include/confdefs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 146dd91ad2..83a9dd35eb 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -407,9 +407,6 @@ rtems_driver_address_table Device_drivers[] = {
#define CONFIGURE_MAXIMUM_DRIVERS CONFIGURE_NUMBER_OF_DRIVERS
#endif
-#if (CONFIGURE_MAXIMUM_DRIVERS < CONFIGURE_NUMBER_OF_DRIVERS)
- #error "not enough slots for static drivers"
-#endif
/*
* Default the number of devices per device driver. This value may be
* overridden by the user.