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

This commit is contained in:
Joel Sherrill
2016-03-29 13:10:53 -05:00
parent ba19d58914
commit adb4fa4eb5
2 changed files with 1 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
#include <bsp.h>
#include <bsp/fatal.h>
#include <bsp/apbuart_termios.h>
#include <rtems/console.h>
/* The LEON3 BSP UART driver can rely on the Driver Manager if the
* DrvMgr is initialized during startup. Otherwise the classic driver

View File

@@ -33,7 +33,6 @@
#include <rtems.h>
#include <leon.h>
#include <rtems/console.h>
#include <rtems/irq-extension.h>
#ifdef __cplusplus