include: Fix use of <misc/FOO.h> -> <sys/FOO.h>

Fix #include <misc/FOO.h> as misc/FOO.h has been deprecated and
should be #include <sys/FOO.h>.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-12-09 11:18:21 -06:00 committed by Anas Nashif
commit 24ae1b1aa7
37 changed files with 45 additions and 46 deletions

View file

@ -13,7 +13,7 @@
#ifndef ZEPHYR_INCLUDE_ESPI_H_
#define ZEPHYR_INCLUDE_ESPI_H_
#include <misc/__assert.h>
#include <sys/__assert.h>
#include <zephyr/types.h>
#include <device.h>