[rtems commit] bsp/virtex: Fix header includes
Sebastian Huber
sebh at rtems.org
Mon Jun 24 08:48:40 UTC 2013
Module: rtems
Branch: master
Commit: 894e93f5ecd6df662d201423d63131aaa7353daf
Changeset: http://git.rtems.org/rtems/commit/?id=894e93f5ecd6df662d201423d63131aaa7353daf
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Jun 18 16:44:40 2013 +0200
bsp/virtex: Fix header includes
---
c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c b/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c
index 4cb8cda..9f27ef6 100644
--- a/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c
@@ -54,15 +54,12 @@
* Modifications for PPC405GP by Dennis Ehlin
*/
-#include <string.h>
-
#include <bsp.h>
#include <bsp/irq.h>
+#include <bsp/bootcard.h>
#include <bsp/linker-symbols.h>
-#include <rtems/bspIo.h>
-#include <libcpu/cpuIdent.h>
-#include <libcpu/spr.h>
-#include <rtems/powerpc/powerpc.h>
+
+#include <libcpu/powerpc-utility.h>
#include RTEMS_XPARAMETERS_H
More information about the vc
mailing list