mips/hurricane: 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 0220f93f5d
commit 687d268ba4
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

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