From: Marc Zyngier Date: Sun, 10 Oct 2021 14:56:27 +0000 (+0100) Subject: KVM: arm64: Don't include switch.h into nvhe/kvm-main.c X-Git-Tag: howlett/maple/20220722_2~1954^2~4^2~1^2~20 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cc1e6fdfa92b82902883b70dafa729d3bd427b80;p=users%2Fjedix%2Flinux-maple.git KVM: arm64: Don't include switch.h into nvhe/kvm-main.c hyp-main.c includes switch.h while it only requires adjust-pc.h. Fix it to remove an unnecessary dependency. Signed-off-by: Marc Zyngier Signed-off-by: Fuad Tabba Link: https://lore.kernel.org/r/20211010145636.1950948-3-tabba@google.com --- diff --git a/arch/arm64/kvm/hyp/nvhe/hyp-main.c b/arch/arm64/kvm/hyp/nvhe/hyp-main.c index 2da6aa8da868..8ca1104f4774 100644 --- a/arch/arm64/kvm/hyp/nvhe/hyp-main.c +++ b/arch/arm64/kvm/hyp/nvhe/hyp-main.c @@ -4,7 +4,7 @@ * Author: Andrew Scull */ -#include +#include #include #include