summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/c4x/c4xsim/clock
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 19:01:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 19:01:46 +0000
commit71c00c5663cc68b2c8aa4678b84518ebd85b0ef8 (patch)
treeab6db58c07dfe4a43c3161fa015710e2604d4e81 /c/src/lib/libbsp/c4x/c4xsim/clock
parent2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-71c00c5663cc68b2c8aa4678b84518ebd85b0ef8.tar.bz2
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* clock/clock.c, startup/bspstart.c, startup/linkcmds: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. * startup/bspgetworkarea.c: New file.
Diffstat (limited to 'c/src/lib/libbsp/c4x/c4xsim/clock')
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/clock/clock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/c4x/c4xsim/clock/clock.c b/c/src/lib/libbsp/c4x/c4xsim/clock/clock.c
index c181061012..5262284548 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/clock/clock.c
+++ b/c/src/lib/libbsp/c4x/c4xsim/clock/clock.c
@@ -15,7 +15,6 @@
#include <stdlib.h>
#include <rtems.h>
-#include <rtems/libio.h>
#include <bsp.h>
#include <rtems/tic4x/c4xio.h>