PCI/MSI: Move pci_enable_msix_range() to api.c
authorAhmed S. Darwish <darwi@linutronix.de>
Fri, 11 Nov 2022 13:54:48 +0000 (14:54 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 17 Nov 2022 14:15:20 +0000 (15:15 +0100)
commitbe7496c1ef47e1ba8c4b389ee23178fcf066cc4e
tree8a113ba25189d112ed612871140c0bc1317c1e05
parentbbda3407982211123caadbfdee23594647bd4516
PCI/MSI: Move pci_enable_msix_range() to api.c

To disentangle the maze in msi.c, all exported device-driver MSI APIs are
now to be grouped in one file, api.c.

Move pci_enable_msix_range() and make its kernel-doc comprehensive.

Signed-off-by: Ahmed S. Darwish <darwi@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/r/20221111122014.813792885@linutronix.de
drivers/pci/msi/api.c
drivers/pci/msi/msi.c
drivers/pci/msi/msi.h