From: Uwe Kleine-König (The Capable Hub) Date: Tue, 30 Jun 2026 09:24:32 +0000 (+0200) Subject: LoongArch: KVM: Add include defining struct cpu_feature X-Git-Tag: v7.2-rc2~18^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a59fbb8ceff625a4841c1d010bd9b6a53dcfd190;p=thirdparty%2Fkernel%2Flinux.git LoongArch: KVM: Add include defining struct cpu_feature Traditionally was a header defining a plethora of structs, among them struct cpu_features. This was split now with the objective that only the relevant bits are included. Currently is transitively included in arch/loongarch/kvm/main.c via: arch/loongarch/kvm/main.c -> -> -> -> -> -> -> -> -> -> -> -> -> -> To keep struct cpu_features available once stops including , include it here explicitly. Acked-by: Danilo Krummrich Reviewed-by: Bibo Mao Acked-by: Takashi Sakamoto Link: https://patch.msgid.link/052feec0e04ea8f5b2706a19a5b236679eed0aba.1782808461.git.u.kleine-koenig@baylibre.com Signed-off-by: Uwe Kleine-König (The Capable Hub) --- diff --git a/arch/loongarch/kvm/main.c b/arch/loongarch/kvm/main.c index f105a86143f5..aa0fb4c90d90 100644 --- a/arch/loongarch/kvm/main.c +++ b/arch/loongarch/kvm/main.c @@ -5,6 +5,7 @@ #include #include +#include /* for struct cpu_feature */ #include #include #include