[PATCH v2 12/13] PCI/portdrv: Encapsulate pcie_ports_auto inside the port driver

2018-03-09 Thread Bjorn Helgaas
From: Bjorn Helgaas "pcie_ports_auto" is only used inside the PCIe port driver itself, so move it from include/linux/pci.h to portdrv.h so it's not visible to the whole kernel. Signed-off-by: Bjorn Helgaas --- drivers/pci/pcie/portdrv.h |2 ++

[PATCH v2 12/13] PCI/portdrv: Encapsulate pcie_ports_auto inside the port driver

2018-03-09 Thread Bjorn Helgaas
From: Bjorn Helgaas "pcie_ports_auto" is only used inside the PCIe port driver itself, so move it from include/linux/pci.h to portdrv.h so it's not visible to the whole kernel. Signed-off-by: Bjorn Helgaas --- drivers/pci/pcie/portdrv.h |2 ++ include/linux/pci.h|2 -- 2 files