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:
parent
ad44c98cb7
commit
4eb0b03a0f
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue