[rtems commit] sparc64/shared/clock/ckinit.c: Include <rtems/bspIo.h>

Joel Sherrill joel at rtems.org
Mon Apr 24 22:21:55 UTC 2017


Module:    rtems
Branch:    master
Commit:    436008cc49b97e0d69d284718c70ae4a102f91c8
Changeset: http://git.rtems.org/rtems/commit/?id=436008cc49b97e0d69d284718c70ae4a102f91c8

Author:    Joel Sherrill <joel at rtems.org>
Date:      Sun Apr 23 20:34:42 2017 -0500

sparc64/shared/clock/ckinit.c: Include <rtems/bspIo.h>

---

 c/src/lib/libbsp/sparc64/shared/clock/ckinit.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c b/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c
index 3901166..fbebcbd 100644
--- a/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c
+++ b/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c
@@ -19,6 +19,7 @@
 #include <bsp.h>
 #include <bspopts.h>
 #include <boot/ofw.h>
+#include <rtems/bspIo.h>
 
 /* This is default frequency for simics simulator of niagara. Use the
  * get_Frequency function to determine the CPU clock frequency at runtime.



More information about the vc mailing list