drivers: arc/designware: remove unused <soc.h>
The <soc.h> header is not required by a few ARC/Designware drivers, so remove it. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
b2a1eeb6ac
commit
149fe06341
4 changed files with 0 additions and 4 deletions
|
@ -15,7 +15,6 @@
|
|||
#include "gpio_utils.h"
|
||||
|
||||
#include <zephyr/pm/device.h>
|
||||
#include <soc.h>
|
||||
#include <zephyr/sys/sys_io.h>
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/sys/util.h>
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <zephyr/drivers/pinctrl.h>
|
||||
#endif
|
||||
|
||||
#include <soc.h>
|
||||
#include <errno.h>
|
||||
#include <zephyr/sys/sys_io.h>
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@ LOG_MODULE_REGISTER(spi_dw);
|
|||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/arch/cpu.h>
|
||||
|
||||
#include <soc.h>
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/pm/device.h>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include <zephyr/sys_clock.h>
|
||||
#include <zephyr/spinlock.h>
|
||||
#include <zephyr/arch/arc/v2/aux_regs.h>
|
||||
#include <soc.h>
|
||||
/*
|
||||
* note: This implementation assumes Timer0 is present. Be sure
|
||||
* to build the ARC CPU with Timer0.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue