提交 ce78fc6b 编写于 作者: B Bjorn Helgaas 提交者: Jesse Barnes

microblaze/PCI: make pcibios_setup_phb_resources() static

CC: Michal Simek <monstr@monstr.eu>
Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
上级 8d88a432
...@@ -140,7 +140,6 @@ extern void pci_process_bridge_OF_ranges(struct pci_controller *hose, ...@@ -140,7 +140,6 @@ extern void pci_process_bridge_OF_ranges(struct pci_controller *hose,
/* Allocate & free a PCI host bridge structure */ /* Allocate & free a PCI host bridge structure */
extern struct pci_controller *pcibios_alloc_controller(struct device_node *dev); extern struct pci_controller *pcibios_alloc_controller(struct device_node *dev);
extern void pcibios_free_controller(struct pci_controller *phb); extern void pcibios_free_controller(struct pci_controller *phb);
extern void pcibios_setup_phb_resources(struct pci_controller *hose);
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
#endif /* _ASM_MICROBLAZE_PCI_BRIDGE_H */ #endif /* _ASM_MICROBLAZE_PCI_BRIDGE_H */
...@@ -1513,7 +1513,7 @@ int pcibios_enable_device(struct pci_dev *dev, int mask) ...@@ -1513,7 +1513,7 @@ int pcibios_enable_device(struct pci_dev *dev, int mask)
return pci_enable_resources(dev, mask); return pci_enable_resources(dev, mask);
} }
void __devinit pcibios_setup_phb_resources(struct pci_controller *hose) static void __devinit pcibios_setup_phb_resources(struct pci_controller *hose)
{ {
struct pci_bus *bus = hose->bus; struct pci_bus *bus = hose->bus;
struct resource *res; struct resource *res;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册