[rtems commit] mips/csb350: 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:    0220f93f5dd4010e6708e67f2443a7c936a6e6c3
Changeset: http://git.rtems.org/rtems/commit/?id=0220f93f5dd4010e6708e67f2443a7c936a6e6c3

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

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

---

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

diff --git a/c/src/lib/libbsp/mips/csb350/include/bsp.h b/c/src/lib/libbsp/mips/csb350/include/bsp.h
index 45eff83..0a443a5 100644
--- a/c/src/lib/libbsp/mips/csb350/include/bsp.h
+++ b/c/src/lib/libbsp/mips/csb350/include/bsp.h
@@ -22,7 +22,6 @@
 
 #include <rtems.h>
 #include <rtems/iosupp.h>
-#include <rtems/console.h>
 #include <libcpu/au1x00.h>
 
 #ifdef __cplusplus



More information about the vc mailing list