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í
parent f01b18e435
commit 94a4d38ed9
8 changed files with 0 additions and 11 deletions

View file

@ -5,7 +5,6 @@
*/
#include <zephyr/kernel.h>
#include <cmsis_core.h>
#include <zephyr/drivers/syscon.h>
#include <zephyr/sys/barrier.h>

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>

View file

@ -16,7 +16,6 @@
#include <zephyr/types.h>
#include <zephyr/sys/sys_io.h>
#include <cmsis_core.h>
#include <zephyr/sys/barrier.h>
#ifdef __cplusplus

View file

@ -8,7 +8,6 @@
#include <zephyr/device.h>
#include <zephyr/init.h>
#include <zephyr/kernel.h>
#include <cmsis_core.h>
#include <zephyr/arch/arm/aarch32/cortex_m/fpu.h>
#include <tfm_ns_interface.h>

View file

@ -19,8 +19,6 @@
#include <zephyr/init.h>
#include <soc.h>
#include <cmsis_core.h>
/*
* PLL clock = Main * (MULA + 1) / DIVA
*

View file

@ -19,8 +19,6 @@
#include <zephyr/init.h>
#include <soc.h>
#include <cmsis_core.h>
/**
* @brief Setup various clock on SoC at boot time.
*

View file

@ -19,8 +19,6 @@
#include <zephyr/init.h>
#include <soc.h>
#include <cmsis_core.h>
/**
* @brief Setup various clock on SoC at boot time.
*

View file

@ -7,7 +7,6 @@
#include <zephyr/device.h>
#include <zephyr/init.h>
#include <zephyr/arch/cpu.h>
#include <cmsis_core.h>
#include <zephyr/irq.h>
#include "cy_syslib.h"