[rtems commit] mips/hurricane/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:    52366987dd670cf2ef4661b960fc3add8bf70b44
Changeset: http://git.rtems.org/rtems/commit/?id=52366987dd670cf2ef4661b960fc3add8bf70b44

Author:    Joel Sherrill <joel at rtems.org>
Date:      Fri Mar 25 10:46:52 2016 -0500

mips/hurricane/include/bsp.h: Do not include <rtems/clockdrv.h>

---

 c/src/lib/libbsp/mips/hurricane/clock/ckinit.c | 1 +
 c/src/lib/libbsp/mips/hurricane/include/bsp.h  | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c b/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c
index 66202c5..c0d2a38 100644
--- a/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c
+++ b/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c
@@ -43,6 +43,7 @@
 #include <rtems.h>
 #include <bsp.h>
 #include <bsp/irq.h>
+#include <rtems/clockdrv.h>
 
 extern uint32_t bsp_clicks_per_microsecond;
 
diff --git a/c/src/lib/libbsp/mips/hurricane/include/bsp.h b/c/src/lib/libbsp/mips/hurricane/include/bsp.h
index 4246905..cc227e6 100644
--- a/c/src/lib/libbsp/mips/hurricane/include/bsp.h
+++ b/c/src/lib/libbsp/mips/hurricane/include/bsp.h
@@ -22,7 +22,6 @@
 #include <rtems.h>
 #include <rtems/iosupp.h>
 #include <rtems/console.h>
-#include <rtems/clockdrv.h>
 #include <libcpu/rm5231.h>
 
 #ifdef __cplusplus



More information about the vc mailing list