drivers/flash/gd32_vX: add missing kernel header

Added missing zephyr/kernel.h inclusion

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
Andrzej Puzdrowski 2022-10-14 20:19:45 +02:00 committed by Stephanos Ioannidis
parent b3c5dcf1c6
commit 1c3b9c91c8
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
#include "flash_gd32.h"
#include <zephyr/logging/log.h>
#include <zephyr/kernel.h>
#include <gd32_fmc.h>
LOG_MODULE_DECLARE(flash_gd32);

View file

@ -7,7 +7,7 @@
#include "flash_gd32.h"
#include <zephyr/logging/log.h>
#include <zephyr/kernel.h>
#include <gd32_fmc.h>
LOG_MODULE_DECLARE(flash_gd32);

View file

@ -7,7 +7,7 @@
#include "flash_gd32.h"
#include <zephyr/logging/log.h>
#include <zephyr/kernel.h>
#include <gd32_fmc.h>
LOG_MODULE_DECLARE(flash_gd32);