Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc24d1d2 authored by David Hildenbrand's avatar David Hildenbrand Committed by Radim Krčmář
Browse files

KVM: x86: make kvm_pic_reset() static



Not used outside of i8259.c, so let's make it static.

Signed-off-by: default avatarDavid Hildenbrand <david@redhat.com>
Signed-off-by: default avatarRadim Krčmář <rkrcmar@redhat.com>
parent e21d1758
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+0 −2
Original line number Diff line number Diff line
@@ -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);