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:
Gerard Marull-Paretas 2024-01-16 15:28:53 +01:00 committed by Fabio Baltieri
parent 436a9f2211
commit 3381fb4b3d

View file

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