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:
parent
f01b18e435
commit
94a4d38ed9
1
drivers/cache/cache_aspeed.c
vendored
1
drivers/cache/cache_aspeed.c
vendored
|
@ -5,7 +5,6 @@
|
|||
*/
|
||||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <cmsis_core.h>
|
||||
#include <zephyr/drivers/syscon.h>
|
||||
#include <zephyr/sys/barrier.h>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
#include <zephyr/init.h>
|
||||
#include <soc.h>
|
||||
|
||||
#include <cmsis_core.h>
|
||||
|
||||
/*
|
||||
* PLL clock = Main * (MULA + 1) / DIVA
|
||||
*
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
#include <zephyr/init.h>
|
||||
#include <soc.h>
|
||||
|
||||
#include <cmsis_core.h>
|
||||
|
||||
/**
|
||||
* @brief Setup various clock on SoC at boot time.
|
||||
*
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
#include <zephyr/init.h>
|
||||
#include <soc.h>
|
||||
|
||||
#include <cmsis_core.h>
|
||||
|
||||
/**
|
||||
* @brief Setup various clock on SoC at boot time.
|
||||
*
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue