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:
Gerard Marull-Paretas 2023-06-29 18:25:51 +02:00 committed by Carles Cufí
commit f01b18e435

View file

@ -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" {