Revert "ANDROID: KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h"

This reverts commit 80d49439ea.

Bug: 233587962
Signed-off-by: Will Deacon <willdeacon@google.com>
Change-Id: Id17526a0ea6ae3438e3da4772b8fd1508f6ca240
This commit is contained in:
Will Deacon
2022-07-07 15:49:18 +01:00
parent 07e24d0bc7
commit 794e114269

View File

@@ -8,7 +8,6 @@
#define __KVM_NVHE_MEM_PROTECT__
#include <linux/kvm_host.h>
#include <asm/kvm_hyp.h>
#include <asm/kvm_mmu.h>
#include <asm/kvm_pgtable.h>
#include <asm/virt.h>
#include <nvhe/spinlock.h>