forked from Imagelibrary/rtems
powerpc/gen5200: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
This commit is contained in:
@@ -96,15 +96,16 @@
|
|||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include "../include/mpc5200.h"
|
#include "../include/mpc5200.h"
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bsp/irq.h>
|
#include <bsp/irq.h>
|
||||||
|
|
||||||
|
#include <rtems/console.h>
|
||||||
#include <rtems/bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <string.h>
|
|
||||||
#include <rtems/termiostypes.h>
|
#include <rtems/termiostypes.h>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -142,7 +142,6 @@ LINKER_SYMBOL(MBAR);
|
|||||||
#ifndef ASM
|
#ifndef ASM
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <rtems/console.h>
|
|
||||||
#include <rtems/rtc.h>
|
#include <rtems/rtc.h>
|
||||||
#include <i2cdrv.h>
|
#include <i2cdrv.h>
|
||||||
#include <bsp/irq.h>
|
#include <bsp/irq.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user