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:
parent
b3b8a19e02
commit
00ff421129
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user