From 652cabeb8547f512ae1cf7ceb3fc4852bcfdf71b Mon Sep 17 00:00:00 2001 From: Ryan McClelland Date: Fri, 21 Jul 2023 22:31:41 -0700 Subject: [PATCH] drivers: serial: fix zephyr.h warning When compiling the cadence uart, a warning is generated for the zephyr/zephyr.h include. Fix it to be zephyr/kernel.h. Signed-off-by: Ryan McClelland --- drivers/serial/uart_cdns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/serial/uart_cdns.h b/drivers/serial/uart_cdns.h index 744106ca36f..70c8e5d6220 100644 --- a/drivers/serial/uart_cdns.h +++ b/drivers/serial/uart_cdns.h @@ -8,7 +8,7 @@ #include #include -#include +#include enum csr_parity_val { EVEN_PARITY_VAL,