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
commitc2b91e606572d17376977ea831ae9b37216f25d3 (patch)
treebb7aefb7f7cfd5e475140e4338f4ae2fcb865ab7
parentarm/lpc24xx: Remove include of <rtems/console.h> from <bsp.h> and fix warnings (diff)
downloadrtems-c2b91e606572d17376977ea831ae9b37216f25d3.tar.bz2
arm/lpc32xx: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
-rw-r--r--c/src/lib/libbsp/arm/lpc32xx/include/bsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/lpc32xx/include/bsp.h b/c/src/lib/libbsp/arm/lpc32xx/include/bsp.h
index 011d95047b..0f9d1318cd 100644
--- a/c/src/lib/libbsp/arm/lpc32xx/include/bsp.h
+++ b/c/src/lib/libbsp/arm/lpc32xx/include/bsp.h
@@ -30,7 +30,6 @@
#ifndef ASM
#include <rtems.h>
-#include <rtems/console.h>
#include <bsp/lpc32xx.h>
#include <bsp/default-initial-extension.h>