forked from Imagelibrary/rtems
m68k/gen68340: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
This commit is contained in:
@@ -21,16 +21,18 @@
|
||||
*/
|
||||
|
||||
#include <termios.h>
|
||||
#include <bsp.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <m68340.h>
|
||||
#include <m340uart.h>
|
||||
#include <m340timer.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <bsp.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/termiostypes.h>
|
||||
#include <rtems/console.h>
|
||||
#include <m68340.h>
|
||||
#include <m340uart.h>
|
||||
#include <m340timer.h>
|
||||
|
||||
#define CONSOLE_VECTOR 121
|
||||
#define CONSOLE_IRQ_LEVEL 3
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
#include <bsp/default-initial-extension.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/console.h>
|
||||
#include <rtems/iosupp.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user