On Fri, 30 May 2025, Alejandro Vallejo wrote: > Not a functional change. > > Signed-off-by: Alejandro Vallejo <[email protected]>
Reviewed-by: Stefano Stabellini <[email protected]> > --- > xen/arch/x86/include/asm/pci.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/xen/arch/x86/include/asm/pci.h b/xen/arch/x86/include/asm/pci.h > index bed99437cc..2e67cba8b9 100644 > --- a/xen/arch/x86/include/asm/pci.h > +++ b/xen/arch/x86/include/asm/pci.h > @@ -13,6 +13,8 @@ > || (id) == 0x01128086 || (id) == 0x01228086 \ > || (id) == 0x010A8086 ) > > +struct pci_dev; > + > struct arch_pci_dev { > vmask_t used_vectors; > /* > -- > 2.43.0 > >
