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:
Gerard Marull-Paretas 2022-06-15 16:37:11 +02:00 committed by Anas Nashif
commit 149fe06341
4 changed files with 0 additions and 4 deletions

View file

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

View file

@ -22,7 +22,6 @@
#include <zephyr/drivers/pinctrl.h>
#endif
#include <soc.h>
#include <errno.h>
#include <zephyr/sys/sys_io.h>

View file

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

View file

@ -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.