From d3224049c97706f24b40bb02d5af1d2a54eae467 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 2 Jun 2021 16:33:29 -0400 Subject: powerpc: Don't use relative include for config.h Signed-off-by: Tom Rini --- arch/powerpc/include/asm/global_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/include/asm/global_data.h b/arch/powerpc/include/asm/global_data.h index 192a02d..90bf5a2 100644 --- a/arch/powerpc/include/asm/global_data.h +++ b/arch/powerpc/include/asm/global_data.h @@ -8,7 +8,7 @@ #ifndef __ASM_GBL_DATA_H #define __ASM_GBL_DATA_H -#include "config.h" +#include #include "asm/types.h" /* Architecture-specific global data */ -- cgit v1.1