From: Jan Beulich Date: Tue, 17 Mar 2020 15:14:05 +0000 (+0100) Subject: x86/HVM: reduce vpic.h include dependencies X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~532 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e593df9509b53ef26999f84e32e181b0f6e51e8f;p=xen.git x86/HVM: reduce vpic.h include dependencies Drop an #include not needed by the header itself. Signed-off-by: Jan Beulich Acked-by: Andrew Cooper --- diff --git a/xen/include/asm-x86/hvm/vpic.h b/xen/include/asm-x86/hvm/vpic.h index a3524ba76a..d71b270193 100644 --- a/xen/include/asm-x86/hvm/vpic.h +++ b/xen/include/asm-x86/hvm/vpic.h @@ -27,7 +27,8 @@ #ifndef __ASM_X86_HVM_VPIC_H__ #define __ASM_X86_HVM_VPIC_H__ -#include +struct domain; +struct vcpu; void vpic_irq_positive_edge(struct domain *d, int irq); void vpic_irq_negative_edge(struct domain *d, int irq);