summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-20 09:33:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-20 19:18:23 +0200
commit2b32146400e9d99bfc87516ab8b2d2809aff5326 (patch)
treecb7e9281380c67e3f8614e60ea232c16e985f511 /cpukit/score/src
parentUpdated tick implementation for HAL_GetTick (diff)
downloadrtems-2b32146400e9d99bfc87516ab8b2d2809aff5326.tar.bz2
Remove superfluous <rtems/score/wkspace.h> includes
Diffstat (limited to 'cpukit/score/src')
-rw-r--r--cpukit/score/src/coremsgflushwait.c1
-rw-r--r--cpukit/score/src/coremsgsubmit.c1
-rw-r--r--cpukit/score/src/objectinitializeinformation.c1
-rw-r--r--cpukit/score/src/schedulercbscleanup.c1
-rw-r--r--cpukit/score/src/schedulercbsdestroyserver.c1
-rw-r--r--cpukit/score/src/threaddispatch.c1
-rw-r--r--cpukit/score/src/threadrestart.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/score/src/coremsgflushwait.c b/cpukit/score/src/coremsgflushwait.c
index c343147895..332cd4c5d5 100644
--- a/cpukit/score/src/coremsgflushwait.c
+++ b/cpukit/score/src/coremsgflushwait.c
@@ -24,7 +24,6 @@
#include <rtems/score/isr.h>
#include <rtems/score/coremsgimpl.h>
#include <rtems/score/thread.h>
-#include <rtems/score/wkspace.h>
#if defined(FUNCTIONALITY_NOT_CURRENTLY_USED_BY_ANY_API)
diff --git a/cpukit/score/src/coremsgsubmit.c b/cpukit/score/src/coremsgsubmit.c
index 90f5a5c327..03910c6087 100644
--- a/cpukit/score/src/coremsgsubmit.c
+++ b/cpukit/score/src/coremsgsubmit.c
@@ -25,7 +25,6 @@
#include <rtems/score/isr.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/statesimpl.h>
-#include <rtems/score/wkspace.h>
Status_Control _CORE_message_queue_Submit(
CORE_message_queue_Control *the_message_queue,
diff --git a/cpukit/score/src/objectinitializeinformation.c b/cpukit/score/src/objectinitializeinformation.c
index d9e200bfde..6b15c2878e 100644
--- a/cpukit/score/src/objectinitializeinformation.c
+++ b/cpukit/score/src/objectinitializeinformation.c
@@ -25,7 +25,6 @@
#include <rtems/score/chainimpl.h>
#include <rtems/score/interr.h>
#include <rtems/score/sysstate.h>
-#include <rtems/score/wkspace.h>
void _Objects_Initialize_information(
Objects_Information *information
diff --git a/cpukit/score/src/schedulercbscleanup.c b/cpukit/score/src/schedulercbscleanup.c
index aeedd02395..98218db81f 100644
--- a/cpukit/score/src/schedulercbscleanup.c
+++ b/cpukit/score/src/schedulercbscleanup.c
@@ -21,7 +21,6 @@
#endif
#include <rtems/score/schedulercbs.h>
-#include <rtems/score/wkspace.h>
int _Scheduler_CBS_Cleanup (void)
{
diff --git a/cpukit/score/src/schedulercbsdestroyserver.c b/cpukit/score/src/schedulercbsdestroyserver.c
index d536e711d8..e03294dcd3 100644
--- a/cpukit/score/src/schedulercbsdestroyserver.c
+++ b/cpukit/score/src/schedulercbsdestroyserver.c
@@ -21,7 +21,6 @@
#endif
#include <rtems/score/schedulercbs.h>
-#include <rtems/score/wkspace.h>
int _Scheduler_CBS_Destroy_server (
Scheduler_CBS_Server_id server_id
diff --git a/cpukit/score/src/threaddispatch.c b/cpukit/score/src/threaddispatch.c
index bae2902bda..2fd125dd76 100644
--- a/cpukit/score/src/threaddispatch.c
+++ b/cpukit/score/src/threaddispatch.c
@@ -31,7 +31,6 @@
#include <rtems/score/threadimpl.h>
#include <rtems/score/todimpl.h>
#include <rtems/score/userextimpl.h>
-#include <rtems/score/wkspace.h>
#include <rtems/config.h>
#if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE )
diff --git a/cpukit/score/src/threadrestart.c b/cpukit/score/src/threadrestart.c
index e56eaa9fc8..3c0190164e 100644
--- a/cpukit/score/src/threadrestart.c
+++ b/cpukit/score/src/threadrestart.c
@@ -36,7 +36,6 @@
#include <rtems/score/threadqimpl.h>
#include <rtems/score/userextimpl.h>
#include <rtems/score/watchdogimpl.h>
-#include <rtems/score/wkspace.h>
#define THREAD_JOIN_TQ_OPERATIONS &_Thread_queue_Operations_priority