summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bare
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-18 15:09:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-18 15:09:21 +0000
commit283e6f0df704c2f66c386a4cf5190c649d9d5274 (patch)
treeccd4638f34acf57d145c2261d24105b0b48cf805 /c/src/lib/libbsp/bare
parent2008-09-18 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-283e6f0df704c2f66c386a4cf5190c649d9d5274.tar.bz2
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this is NOT used anywhere.
Diffstat (limited to 'c/src/lib/libbsp/bare')
-rw-r--r--c/src/lib/libbsp/bare/ChangeLog5
-rw-r--r--c/src/lib/libbsp/bare/include/bsp.h9
2 files changed, 6 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/bare/ChangeLog b/c/src/lib/libbsp/bare/ChangeLog
index 8fcf732fd6..3083af31f3 100644
--- a/c/src/lib/libbsp/bare/ChangeLog
+++ b/c/src/lib/libbsp/bare/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
+ is NOT used anywhere.
+
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* include/bsp.h: Eliminate copies of the Configuration Table. Use the
diff --git a/c/src/lib/libbsp/bare/include/bsp.h b/c/src/lib/libbsp/bare/include/bsp.h
index b11e15566e..264c8ecbd8 100644
--- a/c/src/lib/libbsp/bare/include/bsp.h
+++ b/c/src/lib/libbsp/bare/include/bsp.h
@@ -1,5 +1,4 @@
-/* bsp.h
- *
+/*
* This include file contains all board IO definitions.
*
* BARE : Allows you to build RTEMS with-out any BSP specific stuff
@@ -48,12 +47,6 @@ extern "C" {
* NOTE: Use the standard Clock driver entry
*/
-/*
- * How many libio files we want
- */
-
-#define BSP_LIBIO_MAX_FDS 20
-
/* functions */
#ifdef __cplusplus