soc: nxp: Fix boot issue on RT595

Include the correct header file. This was uncovered due to
a recent change where zephyr/kernel.h include was removed
from init.h

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2022-10-13 16:50:49 -05:00 committed by Carles Cufí
commit 2037b20db5

View file

@ -16,7 +16,7 @@
#include <zephyr/init.h>
#include <zephyr/devicetree.h>
#include <zephyr/irq.h>
#include <zephyr/linker/section_tags.h>
#include <zephyr/linker/sections.h>
#include <soc.h>
#include "flash_clock_setup.h"
#include "fsl_power.h"