Re: [PATCH v1 1/3] PCI / ACPI: Do not export pci_get_hp_params()

2019-04-22 Thread Alex G
On 4/22/19 3:58 PM, Bjorn Helgaas wrote: On Fri, Feb 08, 2019 at 10:24:11AM -0600, Alexandru Gagniuc wrote: This is only used within drivers/pci, and there is no reason to make it available outside of the PCI core. Signed-off-by: Alexandru Gagniuc Applied the whole series to pci/hotplug for

Re: [PATCH v1 1/3] PCI / ACPI: Do not export pci_get_hp_params()

2019-04-22 Thread Bjorn Helgaas
On Fri, Feb 08, 2019 at 10:24:11AM -0600, Alexandru Gagniuc wrote: > This is only used within drivers/pci, and there is no reason to make > it available outside of the PCI core. > > Signed-off-by: Alexandru Gagniuc Applied the whole series to pci/hotplug for v5.2, thanks! I dropped the "list" m

[PATCH v1 1/3] PCI / ACPI: Do not export pci_get_hp_params()

2019-02-08 Thread Alexandru Gagniuc
This is only used within drivers/pci, and there is no reason to make it available outside of the PCI core. Signed-off-by: Alexandru Gagniuc --- drivers/pci/pci-acpi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pci/pci-acpi.c b/drivers/pci/pci-acpi.c index e1949f7efd9c..b25e5fa9d1