On Mon, Jul 15 2024 at 13:48, Marek Behún wrote: > +#ifdef CONFIG_IRQ_DOMAIN > +/** > + * pci_remove_irq_domain - dispose all IRQ mappings and remove IRQ domain > + * @domain: the IRQ domain to be removed > + * > + * Disposes all IRQ mappings of a given IRQ domain before removing > the domain. Sure, but this lacks information what this is about and where this should be used. Thanks, tglx