drivers: intc: plic: remove redundant include
<soc.h> is not needed. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
436a9f2211
commit
3381fb4b3d
|
@ -21,7 +21,6 @@
|
|||
#include <zephyr/arch/cpu.h>
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/shell/shell.h>
|
||||
#include <soc.h>
|
||||
|
||||
#include <zephyr/sw_isr_table.h>
|
||||
#include <zephyr/drivers/interrupt_controller/riscv_plic.h>
|
||||
|
|
Loading…
Reference in a new issue