[rtems commit] leon3: fix warning when SMP is enabled

Daniel Hellstrom danielh at rtems.org
Thu Sep 20 10:59:54 UTC 2018


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

Author:    Daniel Hellstrom <daniel at gaisler.com>
Date:      Tue Nov 21 11:09:58 2017 +0100

leon3: fix warning when SMP is enabled

---

 bsps/sparc/leon3/clock/ckinit.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bsps/sparc/leon3/clock/ckinit.c b/bsps/sparc/leon3/clock/ckinit.c
index c3edaf2..0cd78ea 100644
--- a/bsps/sparc/leon3/clock/ckinit.c
+++ b/bsps/sparc/leon3/clock/ckinit.c
@@ -21,6 +21,7 @@
  */
 
 #include <bsp.h>
+#include <bsp/irq.h>
 #include <bspopts.h>
 #include <bsp/fatal.h>
 #include <rtems/rtems/intr.h>



More information about the vc mailing list