forked from Imagelibrary/rtems
mips/rbtx4925: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/iosupp.h>
|
||||
#include <rtems/console.h>
|
||||
#include <libcpu/tx4925.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user