forked from Imagelibrary/rtems
sparc/leon2: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
This commit is contained in:
@@ -15,11 +15,13 @@
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#include <bsp.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <rtems/console.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/bspIo.h>
|
||||
#include <bsp.h>
|
||||
|
||||
/*
|
||||
* console_outbyte_polled
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <leon.h>
|
||||
#include <rtems/console.h>
|
||||
#include <rtems/irq-extension.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user