mips/rbtx4925: Remove include of <rtems/console.h> from <bsp.h> and fix warnings

This commit is contained in:
Joel Sherrill
2016-03-29 13:10:51 -05:00
parent c98d408658
commit 75cd8399af
2 changed files with 4 additions and 3 deletions

View File

@@ -28,10 +28,12 @@
* http://www.rtems.org/license/LICENSE.
*/
#include <bsp.h>
#include <rtems/libio.h>
#include <ctype.h>
#include <rtems/console.h>
#include <rtems/libio.h>
#include <bsp.h>
/* PMON entry points */
int mon_read(int fd, char *buf, int cnt); /* stdin is fd=0 */
int mon_write(int fd, char *buf, int cnt); /* stdout is fd=1 */

View File

@@ -23,7 +23,6 @@
#include <rtems.h>
#include <rtems/iosupp.h>
#include <rtems/console.h>
#include <libcpu/tx4925.h>
#ifdef __cplusplus