arch: arm: aarch32: barrier: remove redundant CMSIS ifdeffery
CMSIS header is now generic. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
b966865dd1
commit
f01b18e435
1 changed files with 0 additions and 4 deletions
|
@ -10,11 +10,7 @@
|
|||
#error Please include <zephyr/sys/barrier.h>
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_CPU_CORTEX_M)
|
||||
#include <cmsis_core.h>
|
||||
#else
|
||||
#include <cmsis_core.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue