summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-18 20:59:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-18 20:59:57 +0000
commita3ae7d7a5f8b5d687e409f2a26ae6c697d89ccf9 (patch)
treeebdc031c80a6f7e2d898ff39affcfa71186f96ad /c/src
parent2007-09-18 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-a3ae7d7a5f8b5d687e409f2a26ae6c697d89ccf9.tar.bz2
2007-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/1553/b1553brm.c, shared/can/grcan.c: Remove include of sched.h
Diffstat (limited to 'c/src')
-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>