Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7770450 authored by Alexandru Gagniuc's avatar Alexandru Gagniuc Committed by Bjorn Helgaas
Browse files

PCI/ACPI: Do not export pci_get_hp_params()

pci_get_hp_params() is only used within drivers/pci, and there is no reason
to make it available outside of the PCI core, so stop exporting it.

Link: https://lore.kernel.org/lkml/20190208162414.3996-2-mr.nuke.me@gmail.com


Signed-off-by: default avatarAlexandru Gagniuc <mr.nuke.me@gmail.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 91800660
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -366,7 +366,6 @@ int pci_get_hp_params(struct pci_dev *dev, struct hotplug_params *hpp)
	}
	}
	return -ENODEV;
	return -ENODEV;
}
}
EXPORT_SYMBOL_GPL(pci_get_hp_params);


/**
/**
 * pciehp_is_native - Check whether a hotplug port is handled by the OS
 * pciehp_is_native - Check whether a hotplug port is handled by the OS