forked from Imagelibrary/rtems
powerpc/mpc8260ads: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
This commit is contained in:
@@ -88,10 +88,12 @@
|
||||
*/
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <bsp.h> /* Must be before libio.h */
|
||||
#include <termios.h>
|
||||
|
||||
#include <rtems/console.h>
|
||||
#include <rtems/bspIo.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <termios.h>
|
||||
#include <bsp.h>
|
||||
|
||||
static void _BSP_output_char( char c );
|
||||
static rtems_status_code do_poll_read( rtems_device_major_number major, rtems_device_minor_number minor, void * arg);
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
#include <bsp/default-initial-extension.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/console.h>
|
||||
#include <mpc8260.h>
|
||||
#include <mpc8260/cpm.h>
|
||||
#include <mpc8260/mmu.h>
|
||||
|
||||
Reference in New Issue
Block a user