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:
parent
5e17b89804
commit
893a338f05
|
@ -7,7 +7,6 @@
|
||||||
#include <zephyr/kernel.h>
|
#include <zephyr/kernel.h>
|
||||||
#include <zephyr/arch/cpu.h>
|
#include <zephyr/arch/cpu.h>
|
||||||
#include <zephyr/drivers/uart.h>
|
#include <zephyr/drivers/uart.h>
|
||||||
#include <soc.h>
|
|
||||||
#include <zephyr/irq.h>
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
/* Register offsets within the UART device register space. */
|
/* Register offsets within the UART device register space. */
|
||||||
|
|
Loading…
Reference in a new issue