summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-02 05:29:27 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-20 09:01:18 +0200
commit9b8e85e23a4aa37b31617dd1118efad3dd350ff4 (patch)
treeda1b771017871bc41bddf9518fbba7ab2ea7d81c
parentscore: Add _SMP_Synchronize() (diff)
downloadrtems-9b8e85e23a4aa37b31617dd1118efad3dd350ff4.tar.bz2
score: Remove superfluous include
-rw-r--r--cpukit/include/rtems/score/smpimpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/include/rtems/score/smpimpl.h b/cpukit/include/rtems/score/smpimpl.h
index e52a82cf25..5fbe82baad 100644
--- a/cpukit/include/rtems/score/smpimpl.h
+++ b/cpukit/include/rtems/score/smpimpl.h
@@ -22,7 +22,6 @@
#include <rtems/score/percpu.h>
#include <rtems/score/processormask.h>
#include <rtems/fatal.h>
-#include <rtems/rtems/cache.h>
#ifdef __cplusplus
extern "C" {