From dcb7d927d181b5798c6fd4a1b1650cd821e3b6ed Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 14 May 2025 16:46:03 -0600 Subject: global: Avoid indirect inclusion of from The include file does not need anything from . Furthermore, include/env.h itself includes other headers which can lead to longer indirect inclusion paths. To prepare to remove from fix all of the places which had relied on this indirect inclusion to instead include directly. Reviewed-by: Mattijs Korpershoek # android, bcb Reviewed-by: Jerome Forissier # spawn Signed-off-by: Tom Rini --- arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c') diff --git a/arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c b/arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c index 04640e476e6..506ecac2ef0 100644 --- a/arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c +++ b/arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3