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 <ryanmcclelland@meta.com>
This commit is contained in:
Ryan McClelland 2023-07-21 22:31:41 -07:00 committed by Fabio Baltieri
parent d7241b0a2c
commit 652cabeb85
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include <zephyr/arch/cpu.h>
#include <zephyr/drivers/uart.h>
#include <zephyr/zephyr.h>
#include <zephyr/kernel.h>
enum csr_parity_val {
EVEN_PARITY_VAL,