diff options
author | Yijing Wang <wangyijing@huawei.com> | 2015-04-28 17:32:34 +0800 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-06-12 15:26:28 -0500 |
commit | c0300089fd2dbeebef5ab9b6d66b4e6cedf8500a (patch) | |
tree | f3b6de8d392c53592d901fa10ba3a610728f1f99 /include/linux/pci.h | |
parent | 515d425bd2049e9f0f79131db58eb762fb95f2f6 (diff) |
PCI: Remove unused pci_scan_bus_parented()
No one uses pci_scan_bus_parented() any more, remove it.
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 353db8dc4c6e..1ec0d5d9723c 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -773,8 +773,6 @@ void pcibios_bus_to_resource(struct pci_bus *bus, struct resource *res, void pcibios_scan_specific_bus(int busn); struct pci_bus *pci_find_bus(int domain, int busnr); void pci_bus_add_devices(const struct pci_bus *bus); -struct pci_bus *pci_scan_bus_parented(struct device *parent, int bus, - struct pci_ops *ops, void *sysdata); struct pci_bus *pci_scan_bus(int bus, struct pci_ops *ops, void *sysdata); struct pci_bus *pci_create_root_bus(struct device *parent, int bus, struct pci_ops *ops, void *sysdata, |