forked from Imagelibrary/rtems
m68k/mcf5329: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
This commit is contained in:
@@ -6,15 +6,17 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <termios.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/termiostypes.h>
|
||||
#include <termios.h>
|
||||
#include <bsp.h>
|
||||
#include <malloc.h>
|
||||
#include <rtems/console.h>
|
||||
#include <rtems/mw_uid.h>
|
||||
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
#include <bsp.h>
|
||||
|
||||
#define UART_INTC0_IRQ_VECTOR(x) (64+26+(x))
|
||||
|
||||
#define MCF_UART_USR_ERROR ( MCF_UART_USR_RB | \
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include <bsp/default-initial-extension.h>
|
||||
#include <rtems.h>
|
||||
#include <rtems/iosupp.h>
|
||||
#include <rtems/console.h>
|
||||
#include <rtems/iosupp.h>
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user