From: Tom Rini Date: Wed, 1 Nov 2023 16:28:09 +0000 (-0400) Subject: omap3: Add to X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=3cb2e7cb5a9bccec0215e3d917870d2b46ee05bc;p=u-boot.git omap3: Add to The include references values in and so include it directly here rather than rely on indirect inclusion. Signed-off-by: Tom Rini --- diff --git a/arch/arm/include/asm/arch-omap3/cpu.h b/arch/arm/include/asm/arch-omap3/cpu.h index 3f0182e766..d2fbf919a5 100644 --- a/arch/arm/include/asm/arch-omap3/cpu.h +++ b/arch/arm/include/asm/arch-omap3/cpu.h @@ -7,6 +7,7 @@ #ifndef _CPU_H #define _CPU_H +#include #if !(defined(__KERNEL_STRICT_NAMES) || defined(__ASSEMBLY__)) #include #endif /* !(__KERNEL_STRICT_NAMES || __ASSEMBLY__) */