]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
omap3: Add <asm/arch/omap3.h> to <asm/arch/cpu.h>
authorTom Rini <trini@konsulko.com>
Wed, 1 Nov 2023 16:28:09 +0000 (12:28 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:50:51 +0000 (14:50 -0500)
The include <asm/arch/cpu.h> references values in <asm/arch/omap3.h> and
so include it directly here rather than rely on indirect inclusion.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/include/asm/arch-omap3/cpu.h

index 3f0182e7665be4bc89dfe3beca16eead5b525d27..d2fbf919a5bba6e353170050251a7e9ec7308a16 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef _CPU_H
 #define _CPU_H
 
+#include <asm/arch/omap.h>
 #if !(defined(__KERNEL_STRICT_NAMES) || defined(__ASSEMBLY__))
 #include <asm/types.h>
 #endif /* !(__KERNEL_STRICT_NAMES || __ASSEMBLY__) */