From: Julien Grall <jgr...@amazon.com> None of the prototypes within the header asm-x86/irq.h actually requires the forward declaration of "struct pirq". So remove it.
No functional changes intended. Signed-off-by: Julien Grall <jgr...@amazon.com> --- xen/include/asm-x86/irq.h | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/include/asm-x86/irq.h b/xen/include/asm-x86/irq.h index 7c825e9d9c..44aefc8f03 100644 --- a/xen/include/asm-x86/irq.h +++ b/xen/include/asm-x86/irq.h @@ -131,7 +131,6 @@ extern unsigned int io_apic_irqs; DECLARE_PER_CPU(unsigned int, irq_count); -struct pirq; struct arch_pirq { int irq; union { -- 2.24.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel