reset: stm32: Fix header misuse
authorMarek Vasut <marek.vasut@mailbox.org>
Mon, 30 Jun 2025 00:09:07 +0000 (02:09 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 29 Jul 2025 15:02:31 +0000 (17:02 +0200)
The stm32-reset-core.h is located in drivers/reset/stm32/ , it has to
be included using "stm32-reset-core.h" and not <stm32-reset-core.h> ,
otherwise the build fails. Fix it.

Fixes: 0994a627c278 ("reset: stm32mp25: add stm32mp25 reset driver")
Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
MAINTAINERS
drivers/reset/stm32/stm32-reset-core.c
drivers/reset/stm32/stm32-reset-mp1.c
drivers/reset/stm32/stm32-reset-mp25.c
drivers/reset/stm32/stm32-reset.c

index c4eaba5..92a75e7 100644 (file)
@@ -731,7 +731,6 @@ F:  include/dt-bindings/clock/stm32fx-clock.h
 F:     include/dt-bindings/clock/stm32mp*
 F:     include/dt-bindings/pinctrl/stm32-pinfunc.h
 F:     include/dt-bindings/reset/stm32mp*
-F:     include/stm32-reset-core.h
 F:     include/stm32_rcc.h
 F:     tools/logos/st.bmp
 F:     tools/stm32image.c
index 7dd92e0..9eeed65 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <dm.h>
 #include <reset-uclass.h>
-#include <stm32-reset-core.h>
+#include "stm32-reset-core.h"
 #include <stm32_rcc.h>
 #include <dm/device_compat.h>
 #include <linux/iopoll.h>
index 6863f6e..ce45325 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #include <dm.h>
-#include <stm32-reset-core.h>
+#include "stm32-reset-core.h"
 
 /* Reset clear offset for STM32MP RCC */
 #define RCC_CLR_OFFSET                 0x4
index 91c0336..1cbe5c7 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #include <dm.h>
-#include <stm32-reset-core.h>
+#include "stm32-reset-core.h"
 #include <stm32mp25_rcc.h>
 #include <dt-bindings/reset/st,stm32mp25-rcc.h>
 
index 975f67f..918e81e 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #include <dm.h>
-#include <stm32-reset-core.h>
+#include "stm32-reset-core.h"
 
 /* Timeout for deassert */
 #define STM32_DEASSERT_TIMEOUT_US      10000