From: Justin P. Mattock Date: Wed, 30 Mar 2011 16:54:47 +0000 (-0700) Subject: KVM: Remove base_addresss in kvm_pit since it is unused X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0be839bfb4b12f17fba2d982353b0f674e327f9e;p=deliverable%2Flinux.git KVM: Remove base_addresss in kvm_pit since it is unused The patch below removes unsigned long base_addresss; in i8254.h since it is unused. Signed-off-by: Justin P. Mattock Signed-off-by: Avi Kivity --- diff --git a/arch/x86/kvm/i8254.h b/arch/x86/kvm/i8254.h index 46d08ca0b48f..b681a9f78c5e 100644 --- a/arch/x86/kvm/i8254.h +++ b/arch/x86/kvm/i8254.h @@ -33,7 +33,6 @@ struct kvm_kpit_state { }; struct kvm_pit { - unsigned long base_addresss; struct kvm_io_device dev; struct kvm_io_device speaker_dev; struct kvm *kvm;