summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-03-29 13:10:51 -0500
committerJoel Sherrill <joel@rtems.org>2016-03-29 13:10:51 -0500
commitc89f4096eeeafea2ae85f25c6aeab40fcfc808f1 (patch)
tree37ae8185005acad596abea0a6ccb999d38320175
parentmips/hurricane: Remove include of <rtems/console.h> from <bsp.h> and fix warn... (diff)
downloadrtems-c89f4096eeeafea2ae85f25c6aeab40fcfc808f1.tar.bz2
mips/jmr3904: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/include/bsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/mips/jmr3904/include/bsp.h b/c/src/lib/libbsp/mips/jmr3904/include/bsp.h
index d38a4a347f..b20a817abf 100644
--- a/c/src/lib/libbsp/mips/jmr3904/include/bsp.h
+++ b/c/src/lib/libbsp/mips/jmr3904/include/bsp.h
@@ -22,7 +22,6 @@
#include <rtems.h>
#include <rtems/iosupp.h>
-#include <rtems/console.h>
#include <libcpu/tx3904.h>
#ifdef __cplusplus