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
commitaa78a0f14d35f6fe68abb61061d3bd4daa5d55f5 (patch)
tree687d7218196a6fb7a493dd5f55035f64acc73f5f
parentarm/lpc32xx: Remove include of <rtems/console.h> from <bsp.h> and fix warnings (diff)
downloadrtems-aa78a0f14d35f6fe68abb61061d3bd4daa5d55f5.tar.bz2
arm/raspberrypi: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
-rw-r--r--c/src/lib/libbsp/arm/raspberrypi/include/bsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/raspberrypi/include/bsp.h b/c/src/lib/libbsp/arm/raspberrypi/include/bsp.h
index c7c00d8c4f..0abeed61db 100644
--- a/c/src/lib/libbsp/arm/raspberrypi/include/bsp.h
+++ b/c/src/lib/libbsp/arm/raspberrypi/include/bsp.h
@@ -23,7 +23,6 @@
#include <bsp/default-initial-extension.h>
#include <rtems.h>
-#include <rtems/console.h>
#include <bsp/raspberrypi.h>
#ifdef __cplusplus