Skip to content

Commit

Permalink
KVM: Remove base_addresss in kvm_pit since it is unused
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Justin P. Mattock authored and Avi Kivity committed May 11, 2011
1 parent 628afd2 commit 0be839b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kvm/i8254.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0be839b

Please sign in to comment.