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:
parent
4364c7f118
commit
e00ad413d9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue