driver: ps2: npcx: add the missing kernel.h include

The npcx ps2 controller calls Kernel APIs without including the kernel.h
header file. This commit adds the header file to fix the issue.

Signed-off-by: Jun Lin <CHLin56@nuvoton.com>
This commit is contained in:
Jun Lin 2023-08-24 15:54:40 +08:00 committed by Carles Cufí
parent ad44c98cb7
commit 4eb0b03a0f

View file

@ -15,6 +15,7 @@
* The hardware accelerator mechanism is shared by four PS/2 channels.
*/
#include <zephyr/kernel.h>
#include <zephyr/drivers/clock_control.h>
#include <zephyr/drivers/ps2.h>
#include <zephyr/dt-bindings/clock/npcx_clock.h>