drivers: serial: opentitan: 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:35:41 +01:00 committed by Fabio Baltieri
parent 5e17b89804
commit 893a338f05

View file

@ -7,7 +7,6 @@
#include <zephyr/kernel.h>
#include <zephyr/arch/cpu.h>
#include <zephyr/drivers/uart.h>
#include <soc.h>
#include <zephyr/irq.h>
/* Register offsets within the UART device register space. */