include: add missing zephyr/kernel.h

Some files were using the Kernel APIs/types without including
zephyr/kernel.h.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-10-20 13:59:58 +02:00 committed by Stephanos Ioannidis
commit b1a0d0ae86
6 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,7 @@
#include <string.h>
#include <zephyr/drivers/i2s.h>
#include <zephyr/kernel.h>
#include <zephyr/sys/byteorder.h>
#include <soc.h>
#include <zephyr/sys/util.h>

View file

@ -10,6 +10,7 @@
#include <zephyr/device.h>
#include <zephyr/drivers/i2s.h>
#include <zephyr/devicetree.h>
#include <zephyr/kernel.h>
/* i2s configuration mask*/
#define I2S_CONF_FORMAT_OFFSET 0