Commit cc1e6fdf authored by Marc Zyngier's avatar Marc Zyngier
Browse files

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: default avatarMarc Zyngier <maz@kernel.org>
Signed-off-by: default avatarFuad Tabba <tabba@google.com>
Link: https://lore.kernel.org/r/20211010145636.1950948-3-tabba@google.com
parent 7dd9b5a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
 * Author: Andrew Scull <ascull@google.com>
 */

#include <hyp/switch.h>
#include <hyp/adjust_pc.h>

#include <asm/pgtable-types.h>
#include <asm/kvm_asm.h>