From 00ff42112981edec06c7308dcdcb8df0acd8a024 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 30 Aug 2023 09:49:32 +0200 Subject: [PATCH] soc: arm: nxp_imx: rt10xx: s/device.h/init.h File was not using any device.h API, but init.h. Signed-off-by: Gerard Marull-Paretas --- soc/arm/nxp_imx/rt/power_rt10xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/arm/nxp_imx/rt/power_rt10xx.c b/soc/arm/nxp_imx/rt/power_rt10xx.c index ca10fdecf4d..dea16d99570 100644 --- a/soc/arm/nxp_imx/rt/power_rt10xx.c +++ b/soc/arm/nxp_imx/rt/power_rt10xx.c @@ -7,7 +7,7 @@ * sleep mode must be defined within this file, or linked to RAM. */ #include -#include +#include #include #include #include