KVM: Remove base_addresss in kvm_pit since it is unused
authorJustin P. Mattock <justinmattock@gmail.com>
Wed, 30 Mar 2011 16:54:47 +0000 (09:54 -0700)
committerAvi Kivity <avi@redhat.com>
Wed, 11 May 2011 11:57:03 +0000 (07:57 -0400)
The patch below removes unsigned long base_addresss; in i8254.h
since it is unused.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/i8254.h

index 46d08ca..b681a9f 100644 (file)
@@ -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;