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

This commit is contained in:
Joel Sherrill
2016-03-29 13:10:51 -05:00
parent 681d4a58df
commit 8307bebe70
2 changed files with 3 additions and 3 deletions

View File

@@ -6,14 +6,15 @@
#include <stdio.h>
#include <fcntl.h>
#include <rtems/libio.h>
#include <rtems/termiostypes.h>
#include <termios.h>
#include <bsp.h>
#include <malloc.h>
#include <rtems/mw_uid.h>
#include <rtems/bspIo.h>
#include <rtems/console.h>
#include <rtems/libio.h>
#include <rtems/termiostypes.h>
#define UART_INTC0_IRQ_VECTOR(x) (64+13+(x))

View File

@@ -28,7 +28,6 @@
#include <rtems.h>
#include <rtems/iosupp.h>
#include <rtems/console.h>
#include <rtems/iosupp.h>
#include <rtems/bspIo.h>