summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bare
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-18 17:42:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-18 17:42:45 +0000
commitccceaf3e52a2ba9963cfe453f4fcc4d80acea536 (patch)
tree0d3e55e9014b21ea3b1dfebdd4726b6c9f483d4a /c/src/lib/libbsp/bare
parent2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-ccceaf3e52a2ba9963cfe453f4fcc4d80acea536.tar.bz2
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Remove unnecessary boilerplate comments.
Diffstat (limited to 'c/src/lib/libbsp/bare')
-rw-r--r--c/src/lib/libbsp/bare/ChangeLog4
-rw-r--r--c/src/lib/libbsp/bare/include/bsp.h14
2 files changed, 4 insertions, 14 deletions
diff --git a/c/src/lib/libbsp/bare/ChangeLog b/c/src/lib/libbsp/bare/ChangeLog
index 3083af31f3..ec5c0c8b0b 100644
--- a/c/src/lib/libbsp/bare/ChangeLog
+++ b/c/src/lib/libbsp/bare/ChangeLog
@@ -1,5 +1,9 @@
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * include/bsp.h: Remove unnecessary boilerplate comments.
+
+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.
diff --git a/c/src/lib/libbsp/bare/include/bsp.h b/c/src/lib/libbsp/bare/include/bsp.h
index 264c8ecbd8..44146a2b2e 100644
--- a/c/src/lib/libbsp/bare/include/bsp.h
+++ b/c/src/lib/libbsp/bare/include/bsp.h
@@ -35,20 +35,6 @@ extern "C" {
{ \
}
-/*
- * Device Driver Table Entries
- */
-
-/*
- * NOTE: Use the standard Console driver entry
- */
-
-/*
- * NOTE: Use the standard Clock driver entry
- */
-
-/* functions */
-
#ifdef __cplusplus
}
#endif