From bebb0ea50a068f7efe3cecf6bbf17bb9a93ea272 Mon Sep 17 00:00:00 2001 From: Robert Robinson Date: Fri, 4 Apr 2025 14:05:25 +0100 Subject: [PATCH] [nrf fromtree] include: drivers: clock_control: Remove strict inclusion for nrf_clock.h This reverts commit ee0508793569ae8b598c28bd8f118bd591f4bc2b. Since all devices now support nrf_clock HAL as of nrfx 3.10 Signed-off-by: Robert Robinson (cherry picked from commit 9c672fb876ec337b7ef73beb5e22dbd63190122d) --- include/zephyr/drivers/clock_control/nrf_clock_control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zephyr/drivers/clock_control/nrf_clock_control.h b/include/zephyr/drivers/clock_control/nrf_clock_control.h index acc74a85357..f94667700d2 100644 --- a/include/zephyr/drivers/clock_control/nrf_clock_control.h +++ b/include/zephyr/drivers/clock_control/nrf_clock_control.h @@ -8,7 +8,7 @@ #define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_NRF_CLOCK_CONTROL_H_ #include -#if defined(NRF_CLOCK) && !defined(NRF_LFRC) +#ifdef NRF_CLOCK #include #endif #include