From: Tom Rini Date: Wed, 1 Nov 2023 16:28:06 +0000 (-0400) Subject: powerpc: Switch to X-Git-Tag: v2025.01-rc5-pxa1908~582^2~36^2~18 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=704b6d82ba393382608c41358975e70cba0b2371;p=u-boot.git powerpc: Switch to In matching other architectures that have their global_data.h need to bring in a types.h header, switch to on PowerPC. Signed-off-by: Tom Rini --- diff --git a/arch/powerpc/include/asm/global_data.h b/arch/powerpc/include/asm/global_data.h index 6ed21c781f..43d71f5cae 100644 --- a/arch/powerpc/include/asm/global_data.h +++ b/arch/powerpc/include/asm/global_data.h @@ -9,7 +9,7 @@ #define __ASM_GBL_DATA_H #include -#include "asm/types.h" +#include /* Architecture-specific global data */ struct arch_global_data {