Skip to content

Commit ed661a6

Browse files
softwareckinashif
authored andcommitted
dai: dmic: Add missing include header
The code was missing #include <zephyr/kernel.h> which caused a compilation error. Missing header has been added. Signed-off-by: Adrian Warecki <[email protected]>
1 parent dbe2c0d commit ed661a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/dai/intel/dmic/dmic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ LOG_MODULE_REGISTER(LOG_DOMAIN);
1212
#include <errno.h>
1313
#include <stdbool.h>
1414
#include <stdint.h>
15+
#include <zephyr/kernel.h>
1516
#include <zephyr/spinlock.h>
1617
#include <zephyr/devicetree.h>
1718

0 commit comments

Comments
 (0)