[rtems commit] m68k/mvme167/include/bsp.h: Do not include <rtems/ clockdrv.h>
Joel Sherrill
joel at rtems.org
Mon Mar 28 18:43:35 UTC 2016
Module: rtems
Branch: master
Commit: 19ec226d6cbc8137357e3d41f81ec6017ec50225
Changeset: http://git.rtems.org/rtems/commit/?id=19ec226d6cbc8137357e3d41f81ec6017ec50225
Author: Joel Sherrill <joel at rtems.org>
Date: Fri Mar 25 10:46:02 2016 -0500
m68k/mvme167/include/bsp.h: Do not include <rtems/clockdrv.h>
---
c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c | 1 +
c/src/lib/libbsp/m68k/mvme167/include/bsp.h | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c b/c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c
index 9d6be44..8ae7234 100644
--- a/c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <bsp.h>
+#include <rtems/clockdrv.h>
#define MS_COUNT 1000 /* T2's countdown constant (1 ms) */
#define CLOCK_INT_LEVEL 6 /* T2's interrupt level */
diff --git a/c/src/lib/libbsp/m68k/mvme167/include/bsp.h b/c/src/lib/libbsp/m68k/mvme167/include/bsp.h
index c9e449d..0e6e817 100644
--- a/c/src/lib/libbsp/m68k/mvme167/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme167/include/bsp.h
@@ -26,7 +26,6 @@
#include <bsp/default-initial-extension.h>
#include <rtems.h>
-#include <rtems/clockdrv.h>
#include <rtems/console.h>
#include <rtems/iosupp.h>
#include <rtems/bspIo.h>
More information about the vc
mailing list