[patch V2 06/23] PCI/MSI: Make pci_msi_domain_write_msg() static

2021-12-06 Thread Thomas Gleixner
There is no point to have this function public as it is set by the PCI core anyway when a PCI/MSI irqdomain is created. Signed-off-by: Thomas Gleixner Tested-by: Juergen Gross Reviewed-by: Jason Gunthorpe --- drivers/irqchip/irq-gic-v2m.c|1 - drivers/irqchip/irq-gic-v3-its-pci

Re: [patch V2 06/23] PCI/MSI: Make pci_msi_domain_write_msg() static

2021-12-07 Thread Bjorn Helgaas
On Mon, Dec 06, 2021 at 11:27:33PM +0100, Thomas Gleixner wrote: > There is no point to have this function public as it is set by the PCI core > anyway when a PCI/MSI irqdomain is created. > > Signed-off-by: Thomas Gleixner > Tested-by: Juergen Gross > Reviewed-by: Jason Gunthorpe Acked-by: Bj