summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/sparc/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sparc/shared/1553/b1553brm.c1
-rw-r--r--c/src/lib/libbsp/sparc/shared/can/grcan.c1
3 files changed, 4 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/sparc/ChangeLog b/c/src/lib/libbsp/sparc/ChangeLog
index 93e394af66..6e739e4434 100644
--- a/c/src/lib/libbsp/sparc/ChangeLog
+++ b/c/src/lib/libbsp/sparc/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * shared/1553/b1553brm.c, shared/can/grcan.c: Remove include of sched.h
+
2007-09-13 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/spw/grspw.c: Remove include of sched.h. It does not appear to
diff --git a/c/src/lib/libbsp/sparc/shared/1553/b1553brm.c b/c/src/lib/libbsp/sparc/shared/1553/b1553brm.c
index 6093f0b806..cc9988be32 100644
--- a/c/src/lib/libbsp/sparc/shared/1553/b1553brm.c
+++ b/c/src/lib/libbsp/sparc/shared/1553/b1553brm.c
@@ -54,7 +54,6 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
-#include <sched.h>
#include <ctype.h>
#include <rtems/bspIo.h>
diff --git a/c/src/lib/libbsp/sparc/shared/can/grcan.c b/c/src/lib/libbsp/sparc/shared/can/grcan.c
index e8c0c6b3eb..a21d71f01a 100644
--- a/c/src/lib/libbsp/sparc/shared/can/grcan.c
+++ b/c/src/lib/libbsp/sparc/shared/can/grcan.c
@@ -21,7 +21,6 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
-#include <sched.h>
#include <ctype.h>
#include <rtems/bspIo.h>