On Mon, Apr 28 2025 at 20:05, Aaron Kling via wrote: $subject: .... irq_domain_free_irqs() > From: Aaron Kling <webgeek1234@xxxxxxxxx> > > Add export for irq_domain_free_irqs() so that we can allow drivers like > the pci-tegra driver to be loadable as a module. Export irq_domain_free_irqs() to allow PCI/MSI drivers like pci-tegra to be built as a module. See https://www.kernel.org/doc/html/latest/process/maintainer-tip.html#changelog With that addressed: Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>