2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>

* clock/clock.c, startup/bspstart.c: Remove unnecessary includes of
	rtems/libcsupport.h and rtems/libio.h.
This commit is contained in:
Joel Sherrill
2008-09-16 19:05:48 +00:00
parent cc1f623884
commit 1c79f01d90
3 changed files with 6 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* clock/clock.c, startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, startup/bspstart.c: Use shared bsp_get_work_area() in

View File

@@ -107,7 +107,6 @@
#include <rtems.h>
#include <rtems/clockdrv.h>
#include <rtems/libio.h>
#include <stdlib.h> /* for atexit() */
#include "../include/mpc5200.h"

View File

@@ -96,12 +96,7 @@
#warning The interrupt disable mask is now stored in SPRG0, please verify that this is compatible to this BSP (see also bootcard.c).
#include <string.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <rtems/score/thread.h>
#include <rtems.h>
#include <libcpu/powerpc-utility.h>
#include <libcpu/raw_exception.h>