forked from Imagelibrary/rtems
sparc/leon3: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bsp/fatal.h>
|
#include <bsp/fatal.h>
|
||||||
#include <bsp/apbuart_termios.h>
|
#include <bsp/apbuart_termios.h>
|
||||||
|
#include <rtems/console.h>
|
||||||
|
|
||||||
/* The LEON3 BSP UART driver can rely on the Driver Manager if the
|
/* The LEON3 BSP UART driver can rely on the Driver Manager if the
|
||||||
* DrvMgr is initialized during startup. Otherwise the classic driver
|
* DrvMgr is initialized during startup. Otherwise the classic driver
|
||||||
|
|||||||
@@ -33,7 +33,6 @@
|
|||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <leon.h>
|
#include <leon.h>
|
||||||
#include <rtems/console.h>
|
|
||||||
#include <rtems/irq-extension.h>
|
#include <rtems/irq-extension.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Reference in New Issue
Block a user