summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme162/tod
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-09-04 15:41:21 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-09-16 16:09:13 -0500
commitf535fe5311978af53635c2da8e5cb10ef9d78802 (patch)
tree0a4f08d54a017027364412efc1aeee4b25db634b /c/src/lib/libbsp/m68k/mvme162/tod
parentRevert: rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate w... (diff)
downloadrtems-f535fe5311978af53635c2da8e5cb10ef9d78802.tar.bz2
tod.h -> libcsupport like other driver and helper prototype files
This rippled into the handful of files that should have been using <rtems/tod.h>.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme162/tod')
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/tod/tod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme162/tod/tod.c b/c/src/lib/libbsp/m68k/mvme162/tod/tod.c
index 58e964f7fa..3475979ac4 100644
--- a/c/src/lib/libbsp/m68k/mvme162/tod/tod.c
+++ b/c/src/lib/libbsp/m68k/mvme162/tod/tod.c
@@ -16,7 +16,7 @@
*/
#include <rtems.h>
-#include <tod.h>
+#include <rtems/tod.h>
#define tod ((volatile unsigned char *)0xfffc1ff8)