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
commit899f635779478971d78cad6bd9a5d36accc72a36 (patch)
treeca9e14cbf9ae330e83ac254d24299fa229d47d8c
parentpowerpc/mpc8260ads: Remove include of <rtems/console.h> from <bsp.h> and fix ... (diff)
downloadrtems-899f635779478971d78cad6bd9a5d36accc72a36.tar.bz2
powerpc/mvme3100: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h b/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h
index 0b5b1b557a..43b64f4845 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h
@@ -24,7 +24,6 @@
#include <bsp/default-initial-extension.h>
#include <rtems.h>
-#include <rtems/console.h>
#include <libcpu/io.h>
#include <bsp/vectors.h>