Skip to content

Commit 652cabe

Browse files
XenuIsWatchingfabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent d7241b0 commit 652cabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/serial/uart_cdns.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include <zephyr/arch/cpu.h>
1010
#include <zephyr/drivers/uart.h>
11-
#include <zephyr/zephyr.h>
11+
#include <zephyr/kernel.h>
1212

1313
enum csr_parity_val {
1414
EVEN_PARITY_VAL,

0 commit comments

Comments
 (0)