[rtems commit] arm/altera-cyclone-v: 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: 64eedac512f8f7d0877d1421941090959c3630f4
Changeset: http://git.rtems.org/rtems/commit/?id=64eedac512f8f7d0877d1421941090959c3630f4
Author: Joel Sherrill <joel at rtems.org>
Date: Tue Mar 29 13:10:08 2016 -0500
arm/altera-cyclone-v: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
---
c/src/lib/libbsp/arm/altera-cyclone-v/include/bsp.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/c/src/lib/libbsp/arm/altera-cyclone-v/include/bsp.h b/c/src/lib/libbsp/arm/altera-cyclone-v/include/bsp.h
index 5123880..94cf248 100644
--- a/c/src/lib/libbsp/arm/altera-cyclone-v/include/bsp.h
+++ b/c/src/lib/libbsp/arm/altera-cyclone-v/include/bsp.h
@@ -22,7 +22,6 @@
#ifndef ASM
#include <rtems.h>
-#include <rtems/console.h>
#include <bsp/default-initial-extension.h>
More information about the vc
mailing list