Nothing in cyclic.h is needed to define struct global_data, so do not include that header.
If any .c file relies on getting cyclic.h through asm/global_data.h, it needs to include it itself. Signed-off-by: Rasmus Villemoes <r...@prevas.dk> --- include/asm-generic/global_data.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index 27aa75e7036..1570ad8f0c0 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -20,7 +20,6 @@ */ #ifndef __ASSEMBLY__ -#include <cyclic.h> #include <event_internal.h> #include <fdtdec.h> #include <membuff.h> -- 2.46.2