From 4eb0b03a0fde5c098b49a9f734c1ed48f75e7868 Mon Sep 17 00:00:00 2001 From: Jun Lin Date: Thu, 24 Aug 2023 15:54:40 +0800 Subject: [PATCH] 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 --- drivers/ps2/ps2_npcx_controller.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/ps2/ps2_npcx_controller.c b/drivers/ps2/ps2_npcx_controller.c index 861563d7af1..ad37d5e162b 100644 --- a/drivers/ps2/ps2_npcx_controller.c +++ b/drivers/ps2/ps2_npcx_controller.c @@ -15,6 +15,7 @@ * The hardware accelerator mechanism is shared by four PS/2 channels. */ +#include #include #include #include