summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-03-29 13:10:50 -0500
committerJoel Sherrill <joel@rtems.org>2016-03-29 13:10:50 -0500
commitda572a7a8d51dbd9c8a64ce4980dce520de5e5e0 (patch)
tree738361e267aa02dff41cf8bfea1601f34602dfd0
parentarm/realview-pbx-a9: Remove include of <rtems/console.h> from <bsp.h> and fix... (diff)
downloadrtems-da572a7a8d51dbd9c8a64ce4980dce520de5e5e0.tar.bz2
arm/rtl22xx: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
-rw-r--r--c/src/lib/libbsp/arm/rtl22xx/include/bsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/rtl22xx/include/bsp.h b/c/src/lib/libbsp/arm/rtl22xx/include/bsp.h
index 8d74c15e0d..649adfcac1 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/include/bsp.h
+++ b/c/src/lib/libbsp/arm/rtl22xx/include/bsp.h
@@ -28,7 +28,6 @@
#include <rtems.h>
#include <rtems/iosupp.h>
-#include <rtems/console.h>
#ifdef __cplusplus
extern "C" {