[rtems commit] misc sh: Remove includes of rtems/score/types.h
Joel Sherrill
joel at rtems.org
Mon Mar 12 19:29:59 UTC 2018
Module: rtems
Branch: master
Commit: 070658100a984375fae1ae5e1657ef532e620d4f
Changeset: http://git.rtems.org/rtems/commit/?id=070658100a984375fae1ae5e1657ef532e620d4f
Author: Joel Sherrill <joel at rtems.org>
Date: Wed Mar 7 14:31:31 2018 -0600
misc sh: Remove includes of rtems/score/types.h
---
bsps/sh/gensh1/include/rtems/score/ispsh7032.h | 2 --
bsps/sh/gensh2/include/rtems/score/ispsh7045.h | 2 --
bsps/sh/gensh4/include/rtems/score/ispsh7750.h | 2 --
c/src/lib/libbsp/sh/gensh1/startup/ispsh7032.c | 1 -
c/src/lib/libbsp/sh/gensh2/startup/ispsh7045.c | 1 -
c/src/lib/libbsp/sh/gensh4/startup/ispsh7750.c | 1 -
c/src/lib/libbsp/sh/shsim/startup/ispshgdb.c | 1 -
7 files changed, 10 deletions(-)
diff --git a/bsps/sh/gensh1/include/rtems/score/ispsh7032.h b/bsps/sh/gensh1/include/rtems/score/ispsh7032.h
index 9c7cee8..469a9de 100644
--- a/bsps/sh/gensh1/include/rtems/score/ispsh7032.h
+++ b/bsps/sh/gensh1/include/rtems/score/ispsh7032.h
@@ -27,8 +27,6 @@
extern "C" {
#endif
-#include <rtems/score/types.h>
-
extern void __ISR_Handler( uint32_t vector );
diff --git a/bsps/sh/gensh2/include/rtems/score/ispsh7045.h b/bsps/sh/gensh2/include/rtems/score/ispsh7045.h
index fb9f529..e4f74de 100644
--- a/bsps/sh/gensh2/include/rtems/score/ispsh7045.h
+++ b/bsps/sh/gensh2/include/rtems/score/ispsh7045.h
@@ -39,8 +39,6 @@
extern "C" {
#endif
-#include <rtems/score/types.h>
-
extern void __ISR_Handler( uint32_t vector );
diff --git a/bsps/sh/gensh4/include/rtems/score/ispsh7750.h b/bsps/sh/gensh4/include/rtems/score/ispsh7750.h
index 396644a..4197feb 100644
--- a/bsps/sh/gensh4/include/rtems/score/ispsh7750.h
+++ b/bsps/sh/gensh4/include/rtems/score/ispsh7750.h
@@ -43,8 +43,6 @@
extern "C" {
#endif
-#include <rtems/score/types.h>
-
/* dummy ISP */
extern void _dummy_isp( void );
diff --git a/c/src/lib/libbsp/sh/gensh1/startup/ispsh7032.c b/c/src/lib/libbsp/sh/gensh1/startup/ispsh7032.c
index 0240a5d..05ba2f1 100644
--- a/c/src/lib/libbsp/sh/gensh1/startup/ispsh7032.c
+++ b/c/src/lib/libbsp/sh/gensh1/startup/ispsh7032.c
@@ -26,7 +26,6 @@
*/
#include <rtems/system.h>
-#include <rtems/score/types.h>
#include <rtems/score/ispsh7032.h>
/*
diff --git a/c/src/lib/libbsp/sh/gensh2/startup/ispsh7045.c b/c/src/lib/libbsp/sh/gensh2/startup/ispsh7045.c
index bb0f9dc..4e6dabe 100644
--- a/c/src/lib/libbsp/sh/gensh2/startup/ispsh7045.c
+++ b/c/src/lib/libbsp/sh/gensh2/startup/ispsh7045.c
@@ -38,7 +38,6 @@
*/
#include <rtems/system.h>
-#include <rtems/score/types.h>
/*
* This is a exception vector table
diff --git a/c/src/lib/libbsp/sh/gensh4/startup/ispsh7750.c b/c/src/lib/libbsp/sh/gensh4/startup/ispsh7750.c
index 33fce3f..5a1282f 100644
--- a/c/src/lib/libbsp/sh/gensh4/startup/ispsh7750.c
+++ b/c/src/lib/libbsp/sh/gensh4/startup/ispsh7750.c
@@ -36,7 +36,6 @@
*/
#include <rtems/system.h>
-#include <rtems/score/types.h>
#include <rtems/score/isr.h>
/*
diff --git a/c/src/lib/libbsp/sh/shsim/startup/ispshgdb.c b/c/src/lib/libbsp/sh/shsim/startup/ispshgdb.c
index 191eb2f..0984317 100644
--- a/c/src/lib/libbsp/sh/shsim/startup/ispshgdb.c
+++ b/c/src/lib/libbsp/sh/shsim/startup/ispshgdb.c
@@ -28,7 +28,6 @@
*/
#include <rtems/system.h>
-#include <rtems/score/types.h>
/*
* This is a exception vector table
More information about the vc
mailing list