summary refs log tree commit diff
path: root/hypervisor/src/kvm/aarch64.rs
diff options
context:
space:
mode:
Diffstat (limited to 'hypervisor/src/kvm/aarch64.rs')
-rw-r--r--hypervisor/src/kvm/aarch64.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervisor/src/kvm/aarch64.rs b/hypervisor/src/kvm/aarch64.rs
index f674671..6e9f9f7 100644
--- a/hypervisor/src/kvm/aarch64.rs
+++ b/hypervisor/src/kvm/aarch64.rs
@@ -5,7 +5,7 @@
 use sys_util::Result;
 
 use super::{KvmVcpu, KvmVm};
-use crate::{Regs, VcpuAArch64, VmAarch64};
+use crate::{VcpuAArch64, VmAArch64};
 
 impl VmAArch64 for KvmVm {
     type Vcpu = KvmVcpu;