From: Kent Overstreet Date: Tue, 24 Jan 2023 02:55:54 +0000 (-0500) Subject: arm64: Fix circular header dependency X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=04bc786d663543512d08f1b86c7bcefb5144afe3;p=linux.git arm64: Fix circular header dependency Replace linux/percpu.h include with asm/percpu.h to avoid circular dependency. Signed-off-by: Kent Overstreet Signed-off-by: Suren Baghdasaryan --- diff --git a/arch/arm64/include/asm/spectre.h b/arch/arm64/include/asm/spectre.h index 06c357d83b138..0c4d9045c31f4 100644 --- a/arch/arm64/include/asm/spectre.h +++ b/arch/arm64/include/asm/spectre.h @@ -13,8 +13,8 @@ #define __BP_HARDEN_HYP_VECS_SZ ((BP_HARDEN_EL2_SLOTS - 1) * SZ_2K) #ifndef __ASSEMBLY__ - -#include +#include +#include #include #include