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
commitac933f9cae5406622a540e35055674150f6421d9 (patch)
tree96997a2a1ffcd549deeffe056f885f8e522e2f64
parentarm/lpc176x: Remove include of <rtems/console.h> from <bsp.h> and fix warnings (diff)
downloadrtems-ac933f9cae5406622a540e35055674150f6421d9.tar.bz2
arm/lpc24xx: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/include/bsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/lpc24xx/include/bsp.h b/c/src/lib/libbsp/arm/lpc24xx/include/bsp.h
index 870f529a90..5424808841 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/include/bsp.h
+++ b/c/src/lib/libbsp/arm/lpc24xx/include/bsp.h
@@ -42,7 +42,6 @@
#ifndef ASM
#include <rtems.h>
-#include <rtems/console.h>
#include <bsp/default-initial-extension.h>