summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/av5282
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/av5282
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/av5282')
-rw-r--r--c/src/lib/libbsp/m68k/av5282/ChangeLog6
-rw-r--r--c/src/lib/libbsp/m68k/av5282/include/bsp.h1
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/av5282/ChangeLog b/c/src/lib/libbsp/m68k/av5282/ChangeLog
index 2ecb73461b..84ef00de15 100644
--- a/c/src/lib/libbsp/m68k/av5282/ChangeLog
+++ b/c/src/lib/libbsp/m68k/av5282/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 Ralf Corsépius <ralf.corsepius@rtems.org>
* timer/timer.c: Convert to "bool".
diff --git a/c/src/lib/libbsp/m68k/av5282/include/bsp.h b/c/src/lib/libbsp/m68k/av5282/include/bsp.h
index 911f4f3aa9..817e36bb8d 100644
--- a/c/src/lib/libbsp/m68k/av5282/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/av5282/include/bsp.h
@@ -55,7 +55,6 @@ extern int rtems_fec_driver_attach (struct rtems_bsdnet_ifconfig *config, int at
/* functions */
uint32_t get_CPU_clock_speed(void);
-void bsp_cleanup(void);
m68k_isr_entry set_vector(
rtems_isr_entry handler,