summaryrefslogtreecommitdiffstats
path: root/c/src/lib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-09 04:48:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-09 04:48:57 +0000
commit7eb78e14a1c61760529e18a28eeb154157232c1f (patch)
treea43e0456bd4c6896f49c2d063fd09bb4b5e6ebef /c/src/lib
parent2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-7eb78e14a1c61760529e18a28eeb154157232c1f.tar.bz2
2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of <motorola/mc68230.h>.
Diffstat (limited to 'c/src/lib')
-rw-r--r--c/src/lib/libbsp/m68k/idp/ChangeLog5
-rw-r--r--c/src/lib/libbsp/m68k/idp/timer/timer.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/idp/ChangeLog b/c/src/lib/libbsp/m68k/idp/ChangeLog
index 41cf9fddad..0780bf77d0 100644
--- a/c/src/lib/libbsp/m68k/idp/ChangeLog
+++ b/c/src/lib/libbsp/m68k/idp/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
+ <motorola/mc68230.h>.
+
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
diff --git a/c/src/lib/libbsp/m68k/idp/timer/timer.c b/c/src/lib/libbsp/m68k/idp/timer/timer.c
index 1c14f595b9..3866a81a96 100644
--- a/c/src/lib/libbsp/m68k/idp/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/idp/timer/timer.c
@@ -28,7 +28,7 @@
#include <rtems.h>
#include <bsp.h>
-#include <motorola/mc68230.h>
+#include <rtems/motorola/mc68230.h>
#define TIMER_VECTOR 0x4D