From 7776960f4d26043c75bbc349d28815c698668d41 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 14 Dec 2023 13:16:45 -0500 Subject: arm: Partial cleanup and audit usage of We need to include directly when a file needs to have something such as CFG_SYS_SDRAM_SIZE referenced as this file is not automatically globally included and is most commonly indirectly included via common.h. Remove most cases of arm including config.h directly, but add it where needed. This includes a few board-specific fixes. Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- arch/arm/mach-keystone/cmd_mon.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-keystone/cmd_mon.c') diff --git a/arch/arm/mach-keystone/cmd_mon.c b/arch/arm/mach-keystone/cmd_mon.c index c6e7e2c309..d3b894c1b3 100644 --- a/arch/arm/mach-keystone/cmd_mon.c +++ b/arch/arm/mach-keystone/cmd_mon.c @@ -6,6 +6,7 @@ * Texas Instruments Incorporated, */ +#include #include #include #include -- cgit v1.2.3