summaryrefslogtreecommitdiffstats
path: root/bsps/arm/shared
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-02-01 10:00:36 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-14 13:13:27 +0100
commit3fe215502a11b318ad05c45f103272a6e8c8eb97 (patch)
treee25b07e6f302dc12cd704c8d2dddcc87c2534600 /bsps/arm/shared
parentsparc64: Do not include <rtems/asm.h> in C source (diff)
downloadrtems-3fe215502a11b318ad05c45f103272a6e8c8eb97.tar.bz2
Remove superfluous <rtems/system.h> includes
Diffstat (limited to 'bsps/arm/shared')
-rw-r--r--bsps/arm/shared/start/bsp-start-in-hyp-support.S1
-rw-r--r--bsps/arm/shared/start/bsp-start-memcpy.S1
2 files changed, 0 insertions, 2 deletions
diff --git a/bsps/arm/shared/start/bsp-start-in-hyp-support.S b/bsps/arm/shared/start/bsp-start-in-hyp-support.S
index b608c59fa8..5d3d5921c5 100644
--- a/bsps/arm/shared/start/bsp-start-in-hyp-support.S
+++ b/bsps/arm/shared/start/bsp-start-in-hyp-support.S
@@ -18,7 +18,6 @@
*/
#include <rtems/asm.h>
-#include <rtems/system.h>
#include <rtems/score/cpu.h>
#include <bspopts.h>
diff --git a/bsps/arm/shared/start/bsp-start-memcpy.S b/bsps/arm/shared/start/bsp-start-memcpy.S
index cb97eb47f8..4d82f6fad6 100644
--- a/bsps/arm/shared/start/bsp-start-memcpy.S
+++ b/bsps/arm/shared/start/bsp-start-memcpy.S
@@ -19,7 +19,6 @@
*/
#include <rtems/asm.h>
-#include <rtems/system.h>
#include <rtems/score/cpu.h>
.section ".bsp_start_text", "ax"