提交 0be839bf 编写于 作者: J Justin P. Mattock 提交者: Avi Kivity

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: NJustin P. Mattock <justinmattock@gmail.com>
Signed-off-by: NAvi Kivity <avi@redhat.com>
上级 628afd2a
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册