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

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


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

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

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

---

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

diff --git a/c/src/lib/libbsp/powerpc/t32mppc/include/bsp.h b/c/src/lib/libbsp/powerpc/t32mppc/include/bsp.h
index a53eed5..53d92d2 100644
--- a/c/src/lib/libbsp/powerpc/t32mppc/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/t32mppc/include/bsp.h
@@ -20,7 +20,6 @@
 #ifndef ASM
 
 #include <rtems.h>
-#include <rtems/console.h>
 
 #include <bsp/default-initial-extension.h>
 



More information about the vc mailing list