From cbfbce6f33134f82f59432c4744231f99887ff34 Mon Sep 17 00:00:00 2001 From: David Jewsbury Date: Thu, 4 Dec 2025 10:29:47 +0000 Subject: [PATCH] [nrf fromtree] drivers: mspi_dw: nrf_qspi_v2: Update to align nrfx 4.0.1 New nrfx release makes including nrf.h invalid. Signed-off-by: David Jewsbury (cherry picked from commit c7eccea6291cc99c848b5afb10810b25cdf913f1) --- drivers/mspi/mspi_dw_vendor_specific.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mspi/mspi_dw_vendor_specific.h b/drivers/mspi/mspi_dw_vendor_specific.h index 6a76361ccf1c..d994f579ad8e 100644 --- a/drivers/mspi/mspi_dw_vendor_specific.h +++ b/drivers/mspi/mspi_dw_vendor_specific.h @@ -98,7 +98,7 @@ static inline int vendor_specific_xip_disable(const struct device *dev, #endif /* defined(CONFIG_MSPI_XIP) */ #elif DT_HAS_COMPAT_STATUS_OKAY(nordic_nrf_qspi_v2) -#include +#include static inline void vendor_specific_init(const struct device *dev) {