KVM: x86: make kvm_pic_reset() static
Not used outside of i8259.c, so let's make it static. Signed-off-by: David Hildenbrand <david@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
This commit is contained in:
parent
e21d1758b0
commit
dc24d1d2cb
@ -268,7 +268,7 @@ int kvm_pic_read_irq(struct kvm *kvm)
|
||||
return intno;
|
||||
}
|
||||
|
||||
void kvm_pic_reset(struct kvm_kpic_state *s)
|
||||
static void kvm_pic_reset(struct kvm_kpic_state *s)
|
||||
{
|
||||
int irq, i;
|
||||
struct kvm_vcpu *vcpu;
|
||||
|
@ -114,8 +114,6 @@ static inline int irqchip_in_kernel(struct kvm *kvm)
|
||||
return mode > KVM_IRQCHIP_INIT_IN_PROGRESS;
|
||||
}
|
||||
|
||||
void kvm_pic_reset(struct kvm_kpic_state *s);
|
||||
|
||||
void kvm_inject_pending_timer_irqs(struct kvm_vcpu *vcpu);
|
||||
void kvm_inject_apic_timer_irqs(struct kvm_vcpu *vcpu);
|
||||
void kvm_apic_nmi_wd_deliver(struct kvm_vcpu *vcpu);
|
||||
|
Loading…
Reference in New Issue
Block a user