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

This commit is contained in:
Joel Sherrill
2016-03-29 13:10:52 -05:00
parent 13279f5eb3
commit 93ba1d550c
2 changed files with 2 additions and 2 deletions

View File

@@ -96,15 +96,16 @@
/***********************************************************************/
#include <assert.h>
#include <string.h>
#include <rtems.h>
#include "../include/mpc5200.h"
#include <bsp.h>
#include <bsp/irq.h>
#include <rtems/console.h>
#include <rtems/bspIo.h>
#include <rtems/libio.h>
#include <string.h>
#include <rtems/termiostypes.h>

View File

@@ -142,7 +142,6 @@ LINKER_SYMBOL(MBAR);
#ifndef ASM
#include <rtems.h>
#include <rtems/console.h>
#include <rtems/rtc.h>
#include <i2cdrv.h>
#include <bsp/irq.h>