summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/idp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 21:35:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 21:35:37 +0000
commit4909a30e6329ddb3beff3145939bdc82d8c4dc80 (patch)
tree82eb6284dca61d6a5934d0bbcdbee63e66d56064 /c/src/lib/libbsp/m68k/idp
parent2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-4909a30e6329ddb3beff3145939bdc82d8c4dc80.tar.bz2
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
Diffstat (limited to 'c/src/lib/libbsp/m68k/idp')
-rw-r--r--c/src/lib/libbsp/m68k/idp/ChangeLog6
-rw-r--r--c/src/lib/libbsp/m68k/idp/include/bsp.h2
2 files changed, 6 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/idp/ChangeLog b/c/src/lib/libbsp/m68k/idp/ChangeLog
index 86c6579517..3f8c461268 100644
--- a/c/src/lib/libbsp/m68k/idp/ChangeLog
+++ b/c/src/lib/libbsp/m68k/idp/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * include/bsp.h: Review of all bsp_cleanup() implementations. In this
+ phase, all prototypes were removed from bsp.h and empty
+ implementations were removed and made to use the shared stub.
+
2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* clock/ckinit.c: The Shared Memory Driver no longer requires the
diff --git a/c/src/lib/libbsp/m68k/idp/include/bsp.h b/c/src/lib/libbsp/m68k/idp/include/bsp.h
index abfa84b4b2..865b630933 100644
--- a/c/src/lib/libbsp/m68k/idp/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/idp/include/bsp.h
@@ -49,8 +49,6 @@ extern m68k_isr_entry M68Kvec[]; /* vector table address */
/* functions */
-void bsp_cleanup( void );
-
m68k_isr_entry set_vector(
rtems_isr_entry handler,
rtems_vector_number vector,