diff options
Diffstat (limited to 'include/kvm')
-rw-r--r-- | include/kvm/arm_arch_timer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/kvm/arm_arch_timer.h b/include/kvm/arm_arch_timer.h index 52008f5cff06..bb3cb005873e 100644 --- a/include/kvm/arm_arch_timer.h +++ b/include/kvm/arm_arch_timer.h @@ -46,8 +46,6 @@ struct arch_timer_vm_data { /* Offset applied to the physical timer/counter */ u64 poffset; - struct mutex lock; - /* The PPI for each timer, global to the VM */ u8 ppi[NR_KVM_TIMERS]; }; |