]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit00f4d6267123fb644d9a80ca1f2b20e0b28c7564
tree3339e9a18609a9a25213d6e0afe1d9fe4bed975a
parent932f4dfc3a2b456c271729670bdd6b8556b7d365
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