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 <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2023-08-30 09:49:32 +02:00 committed by Carles Cufí
commit 00ff421129

View file

@ -7,7 +7,7 @@
* sleep mode must be defined within this file, or linked to RAM.
*/
#include <zephyr/kernel.h>
#include <zephyr/device.h>
#include <zephyr/init.h>
#include <zephyr/pm/pm.h>
#include <fsl_dcdc.h>
#include <fsl_pmu.h>