is_periodic_irq() was removed in the Fixes commit, but the prototype remained. Drop it now.
Fixes: ddc35d1cc994 ("[HVM] Enable more than one platform timer...") Signed-off-by: Jason Andryuk <jason.andr...@amd.com> --- The full Fixes line is: Fixes: ddc35d1cc994 ("[HVM] Enable more than one platform timer (PIT/RTC/HPET) programmed as periodic timer and adds them to abstract layer, which keeps track of pending_intr_nr to avoid time interrupt lost and sync'ed timer with TSC.") --- xen/arch/x86/include/asm/hvm/vpic.h | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/arch/x86/include/asm/hvm/vpic.h b/xen/arch/x86/include/asm/hvm/vpic.h index d71b270193..78ed33e9aa 100644 --- a/xen/arch/x86/include/asm/hvm/vpic.h +++ b/xen/arch/x86/include/asm/hvm/vpic.h @@ -35,6 +35,5 @@ void vpic_irq_negative_edge(struct domain *d, int irq); void vpic_init(struct domain *d); void vpic_reset(struct domain *d); int vpic_ack_pending_irq(struct vcpu *v); -int is_periodic_irq(struct vcpu *v, int irq, int type); #endif /* __ASM_X86_HVM_VPIC_H__ */ -- 2.49.0