summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-03-29 13:10:52 -0500
committerJoel Sherrill <joel@rtems.org>2016-03-29 13:10:52 -0500
commit6c5d7181bd124f6fd0c4b9ac16ed845c260d1c17 (patch)
treed307e2ed28770087768c95b4f88b632ea66201d7
parentpowerpc/gen5200: Remove include of <rtems/console.h> from <bsp.h> and fix war... (diff)
downloadrtems-6c5d7181bd124f6fd0c4b9ac16ed845c260d1c17.tar.bz2
powerpc/gen83xx: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h b/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h
index cc60f3339a..59fd20de54 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h
@@ -64,7 +64,6 @@ LINKER_SYMBOL(IMMRBAR);
#ifndef ASM
#include <rtems.h>
-#include <rtems/console.h>
#include <bsp/vectors.h>
#include <bsp/irq.h>
#include <bsp/default-initial-extension.h>