m68k/gen68340: 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 0a05c6a351
commit eefad3094b
2 changed files with 7 additions and 6 deletions

View File

@@ -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

View File

@@ -32,7 +32,6 @@
#include <bsp/default-initial-extension.h>
#include <rtems.h>
#include <rtems/console.h>
#include <rtems/iosupp.h>
#ifdef __cplusplus