summaryrefslogtreecommitdiffstats
path: root/bsps/sh
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh')
-rw-r--r--bsps/sh/gensh1/start/cpu_asm.c1
-rw-r--r--bsps/sh/gensh2/start/cpu_asm.c1
-rw-r--r--bsps/sh/gensh4/start/cpu_asm.c1
-rw-r--r--bsps/sh/gensh4/start/ispsh7750.c1
-rw-r--r--bsps/sh/shsim/start/cpu_asm.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/bsps/sh/gensh1/start/cpu_asm.c b/bsps/sh/gensh1/start/cpu_asm.c
index 2556623c47..bd98602ee7 100644
--- a/bsps/sh/gensh1/start/cpu_asm.c
+++ b/bsps/sh/gensh1/start/cpu_asm.c
@@ -30,7 +30,6 @@
* implementation in assembly should include "cpu_asm.h"
*/
-#include <rtems/system.h>
#include <rtems/score/percpu.h>
#include <rtems/score/isr.h>
#include <rtems/score/threaddispatch.h>
diff --git a/bsps/sh/gensh2/start/cpu_asm.c b/bsps/sh/gensh2/start/cpu_asm.c
index 479b771d73..d483e2f065 100644
--- a/bsps/sh/gensh2/start/cpu_asm.c
+++ b/bsps/sh/gensh2/start/cpu_asm.c
@@ -29,7 +29,6 @@
* implementation in assembly should include "cpu_asm.h"
*/
-#include <rtems/system.h>
#include <rtems/score/cpu.h>
#include <rtems/score/isr.h>
#include <rtems/score/threaddispatch.h>
diff --git a/bsps/sh/gensh4/start/cpu_asm.c b/bsps/sh/gensh4/start/cpu_asm.c
index 6b530fe8b7..a2738532ab 100644
--- a/bsps/sh/gensh4/start/cpu_asm.c
+++ b/bsps/sh/gensh4/start/cpu_asm.c
@@ -29,7 +29,6 @@
* implementation in assembly should include "cpu_asm.h"
*/
-#include <rtems/system.h>
#include <rtems/score/cpu.h>
#include <rtems/score/isr.h>
#include <rtems/score/threaddispatch.h>
diff --git a/bsps/sh/gensh4/start/ispsh7750.c b/bsps/sh/gensh4/start/ispsh7750.c
index 5a1282f583..edce9569fc 100644
--- a/bsps/sh/gensh4/start/ispsh7750.c
+++ b/bsps/sh/gensh4/start/ispsh7750.c
@@ -35,7 +35,6 @@
* by the authors or by TGA Technologies.
*/
-#include <rtems/system.h>
#include <rtems/score/isr.h>
/*
diff --git a/bsps/sh/shsim/start/cpu_asm.c b/bsps/sh/shsim/start/cpu_asm.c
index 1b8135ee0a..db5171b17a 100644
--- a/bsps/sh/shsim/start/cpu_asm.c
+++ b/bsps/sh/shsim/start/cpu_asm.c
@@ -11,7 +11,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-#include <rtems/system.h>
#include <rtems/score/cpu.h>
#include <rtems/score/isr.h>
#include <rtems/score/percpu.h>