forked from Imagelibrary/rtems
m68k/mvme162: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
This commit is contained in:
@@ -20,9 +20,10 @@
|
||||
|
||||
#define M162_INIT
|
||||
|
||||
#include <bsp.h>
|
||||
#include <rtems/console.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/ringbuf.h>
|
||||
#include <bsp.h>
|
||||
|
||||
Ring_buffer_t Console_Buffer[2];
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#include <bsp/default-initial-extension.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/console.h>
|
||||
#include <rtems/iosupp.h>
|
||||
|
||||
#include <mvme16x_hw.h>
|
||||
|
||||
Reference in New Issue
Block a user