From 3ed16b38e555a5b17469578b69e479e8434cd257 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Fri, 12 Jan 2024 12:30:17 +0100 Subject: [PATCH] drivers: serial: b91: add missing RISC-V PLIC header Driver was using PLIC without including necessary headers. Signed-off-by: Gerard Marull-Paretas --- drivers/serial/uart_b91.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/serial/uart_b91.c b/drivers/serial/uart_b91.c index cb2d7ebd190..e2502f4fd9b 100644 --- a/drivers/serial/uart_b91.c +++ b/drivers/serial/uart_b91.c @@ -11,6 +11,7 @@ #include #include #include +#include /* Driver dts compatibility: telink,b91_uart */