KVM: arm64: Don't include switch.h into nvhe/kvm-main.c
authorMarc Zyngier <maz@kernel.org>
Sun, 10 Oct 2021 14:56:27 +0000 (15:56 +0100)
committerMarc Zyngier <maz@kernel.org>
Mon, 11 Oct 2021 13:57:27 +0000 (14:57 +0100)
commitcc1e6fdfa92b82902883b70dafa729d3bd427b80
tree3339e9a18609a9a25213d6e0afe1d9fe4bed975a
parent7dd9b5a157485ae8c48f76f087b1867ace016613
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 <maz@kernel.org>
Signed-off-by: Fuad Tabba <tabba@google.com>
Link: https://lore.kernel.org/r/20211010145636.1950948-3-tabba@google.com
arch/arm64/kvm/hyp/nvhe/hyp-main.c