commit | 3390e0850b711d163b35508464cfbe0a4477dfe2 | [log] [tgz] |
---|---|---|
author | Aaron Lu <aaron.lu@intel.com> | Wed Mar 25 14:32:25 2015 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Apr 08 14:49:20 2015 -0500 |
tree | e9f0889f9af89418e62516a8de30a74d17a56901 | |
parent | 18e94a3384368340d438cf67fcaebd72084f34f8 [diff] |
PCI: Export pci_find_host_bridge() for use inside PCI core The find_pci_host_bridge() function can be useful to other PCI code so export it. Change its name to pci_find_host_bridge(). Signed-off-by: Aaron Lu <aaron.lu@intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>