summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gumstix
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
commit66fed3d7263d5819916af8d9229bfe3193e34fcc (patch)
treeb90e2c19068a81522f2d3b734a95b38df607737b /c/src/lib/libbsp/arm/gumstix
parentarm/gdbarmsim: Remove include of <rtems/console.h> from <bsp.h> and fix warnings (diff)
downloadrtems-66fed3d7263d5819916af8d9229bfe3193e34fcc.tar.bz2
arm/gumstix: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
Diffstat (limited to 'c/src/lib/libbsp/arm/gumstix')
-rw-r--r--c/src/lib/libbsp/arm/gumstix/include/bsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/gumstix/include/bsp.h b/c/src/lib/libbsp/arm/gumstix/include/bsp.h
index 850ff89e5a..caee8f9e19 100644
--- a/c/src/lib/libbsp/arm/gumstix/include/bsp.h
+++ b/c/src/lib/libbsp/arm/gumstix/include/bsp.h
@@ -19,7 +19,6 @@
#include <bsp/default-initial-extension.h>
#include <rtems.h>
-#include <rtems/console.h>
#ifdef __cplusplus
extern "C" {