summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-21 17:41:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-21 17:41:10 +0000
commit12db82c0e93d272ba78c9b77ab10066653e6997e (patch)
treee1a38d58dc02ae925455b3dc60e31cb27ac2a444
parent2011-02-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-12db82c0e93d272ba78c9b77ab10066653e6997e.tar.bz2
2011-02-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
* timer/timer.c: Include <bsp.h> before <rtems/btimer.h>.
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/ChangeLog4
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/timer/timer.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/mrm332/ChangeLog b/c/src/lib/libbsp/m68k/mrm332/ChangeLog
index dc7b59be40..aa75745e60 100644
--- a/c/src/lib/libbsp/m68k/mrm332/ChangeLog
+++ b/c/src/lib/libbsp/m68k/mrm332/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * timer/timer.c: Include <bsp.h> before <rtems/btimer.h>.
+
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h, include/mrm332.h, spurious/spinit.c:
diff --git a/c/src/lib/libbsp/m68k/mrm332/timer/timer.c b/c/src/lib/libbsp/m68k/mrm332/timer/timer.c
index 93e80bda86..54a585d72a 100644
--- a/c/src/lib/libbsp/m68k/mrm332/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mrm332/timer/timer.c
@@ -9,8 +9,8 @@
* $Id$
*/
-#include <rtems/btimer.h>
#include <bsp.h>
+#include <rtems/btimer.h>
bool benchmark_timer_find_average_overhead;