zephyr: Replace zephyr.h with kernel.h.

Zephyr v3.2.0 deprecated include/zephyr/zephyr.h in favor of
include/zephyr/kernel.h since it only included that header.

Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
Maureen Helm
2022-09-16 12:31:06 -05:00
committed by Damien George
parent 3a3dbf524b
commit 4e59a51902
16 changed files with 16 additions and 16 deletions

View File

@@ -29,7 +29,7 @@
#include <stdio.h>
#include <string.h>
#include <zephyr/zephyr.h>
#include <zephyr/kernel.h>
#ifdef CONFIG_NETWORKING
#include <zephyr/net/net_context.h>
#endif