summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.h
diff options
context:
space:
mode:
authorGabriele Paoloni2015-11-11 02:12:25 +0100
committerBjorn Helgaas2015-11-25 20:23:38 +0100
commit7c7a0e945349a3d0d497d7f32db6ed33d4031110 (patch)
tree3f4fb05f3119cec239ba391cecf8ccd7a8b5df0a /drivers/pci/pci.h
parentPCI: hisi: Fix deferred probing (diff)
downloadkernel-qcow2-linux-7c7a0e945349a3d0d497d7f32db6ed33d4031110.tar.gz
kernel-qcow2-linux-7c7a0e945349a3d0d497d7f32db6ed33d4031110.tar.xz
kernel-qcow2-linux-7c7a0e945349a3d0d497d7f32db6ed33d4031110.zip
ARM/PCI: Move align_resource function pointer to pci_host_bridge structure
Commit b3a72384fe29 ("ARM/PCI: Replace pci_sys_data->align_resource with global function pointer") introduced an ARM-specific align_resource() function pointer. This is not portable to other arches and doesn't work for platforms with two different PCIe host bridge controllers. Move the function pointer to the pci_host_bridge structure so each host bridge driver can specify its own align_resource() function. Signed-off-by: Gabriele Paoloni <gabriele.paoloni@huawei.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/pci/pci.h')
-rw-r--r--drivers/pci/pci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h
index fd2f03fa53f3..d390fc1475ec 100644
--- a/drivers/pci/pci.h
+++ b/drivers/pci/pci.h
@@ -337,6 +337,4 @@ static inline int pci_dev_specific_reset(struct pci_dev *dev, int probe)
}
#endif
-struct pci_host_bridge *pci_find_host_bridge(struct pci_bus *bus);
-
#endif /* DRIVERS_PCI_H */