cmsis: remove unnecessary includes

Some files included <cmsis_core.h> for nothing, delete it.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2023-06-29 18:41:22 +02:00 committed by Carles Cufí
commit 94a4d38ed9
8 changed files with 0 additions and 11 deletions

View file

@ -13,7 +13,6 @@
#include <zephyr/dt-bindings/gpio/gpio.h>
#include <zephyr/dt-bindings/pinctrl/mchp-xec-pinctrl.h>
#include <soc.h>
#include <cmsis_core.h>
#include <zephyr/irq.h>
#include <zephyr/drivers/gpio/gpio_utils.h>