summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 19:05:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 19:05:48 +0000
commit1c79f01d90a1c97207ad68741705ac9009883ceb (patch)
tree4e4a1eb0a46dca3fbcc1dca510a609912a08820c /c/src
parent2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1c79f01d90a1c97207ad68741705ac9009883ceb.tar.bz2
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.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/clock/clock.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c7
3 files changed, 6 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
index ea553e82aa..519bbb7291 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
@@ -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
diff --git a/c/src/lib/libbsp/powerpc/gen5200/clock/clock.c b/c/src/lib/libbsp/powerpc/gen5200/clock/clock.c
index 8993c7222d..47735f1086 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/clock/clock.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/clock/clock.c
@@ -107,7 +107,6 @@
#include <rtems.h>
#include <rtems/clockdrv.h>
-#include <rtems/libio.h>
#include <stdlib.h> /* for atexit() */
#include "../include/mpc5200.h"
diff --git a/c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c b/c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c
index fbc9b80495..f9c09824d1 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c
@@ -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>