Skip to content

Commit

Permalink
KVM: remove useless function declaration kvm_inject_pit_timer_irqs()
Browse files Browse the repository at this point in the history
Just remove useless function define kvm_inject_pit_timer_irqs() from
file arch/x86/kvm/i8254.h

Signed-off-by:Duan Jiong<djduanjiong@gmail.com>

Signed-off-by: Avi Kivity <avi@redhat.com>
  • Loading branch information
Duan Jiong authored and Avi Kivity committed May 11, 2011
1 parent 1e01596 commit 49704f2
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 @@ -50,7 +50,6 @@ struct kvm_pit {
#define KVM_MAX_PIT_INTR_INTERVAL HZ / 100
#define KVM_PIT_CHANNEL_MASK 0x3

void kvm_inject_pit_timer_irqs(struct kvm_vcpu *vcpu);
void kvm_pit_load_count(struct kvm *kvm, int channel, u32 val, int hpet_legacy_start);
struct kvm_pit *kvm_create_pit(struct kvm *kvm, u32 flags);
void kvm_free_pit(struct kvm *kvm);
Expand Down

0 comments on commit 49704f2

Please sign in to comment.