drivers: hwinfo: mcux: update include paths

Use the <zephyr/...> prefix.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-05-09 14:05:32 +02:00 committed by Anas Nashif
commit e00ad413d9

View file

@ -7,9 +7,9 @@
#define DT_DRV_COMPAT nxp_imx_src_rev2
#include <soc.h>
#include <drivers/hwinfo.h>
#include <zephyr/drivers/hwinfo.h>
#include <string.h>
#include <sys/byteorder.h>
#include <zephyr/sys/byteorder.h>
#include <fsl_soc_src.h>
#ifdef CONFIG_CPU_CORTEX_M7