[rtems commit] epiphany/epiphany_sim: Remove include of <rtems/console.h> from <bsp.h> and fix warnings

Joel Sherrill joel at rtems.org
Tue Mar 29 20:29:10 UTC 2016


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

Author:    Joel Sherrill <joel at rtems.org>
Date:      Tue Mar 29 13:10:50 2016 -0500

epiphany/epiphany_sim: Remove include of <rtems/console.h> from <bsp.h> and fix warnings

---

 c/src/lib/libbsp/epiphany/epiphany_sim/include/bsp.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/c/src/lib/libbsp/epiphany/epiphany_sim/include/bsp.h b/c/src/lib/libbsp/epiphany/epiphany_sim/include/bsp.h
index 18e286f..46d495a 100644
--- a/c/src/lib/libbsp/epiphany/epiphany_sim/include/bsp.h
+++ b/c/src/lib/libbsp/epiphany/epiphany_sim/include/bsp.h
@@ -39,7 +39,6 @@
 #define LIBBSP_EPIPHANY_EPIPHANY_SIM_H
 
 #include <rtems.h>
-#include <rtems/console.h>
 
 #include <bspopts.h>
 #include <bsp/default-initial-extension.h>



More information about the vc mailing list