diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2011-10-28 18:26:41 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2012-01-06 15:11:00 -0500 |
commit | ce78fc6b284c4ece498f6b322b020268c7f0c0e9 (patch) | |
tree | 93fa3e1de9bbf068ed3872d0505fe6ad15118efb /arch/microblaze/pci | |
parent | 8d88a432f497635d4330b234eb6bceeb4f0a0bc4 (diff) |
microblaze/PCI: make pcibios_setup_phb_resources() static
CC: Michal Simek <monstr@monstr.eu>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'arch/microblaze/pci')
-rw-r--r-- | arch/microblaze/pci/pci-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/pci/pci-common.c b/arch/microblaze/pci/pci-common.c index a720f664073a..8989773ff300 100644 --- a/arch/microblaze/pci/pci-common.c +++ b/arch/microblaze/pci/pci-common.c | |||
@@ -1513,7 +1513,7 @@ int pcibios_enable_device(struct pci_dev *dev, int mask) | |||
1513 | return pci_enable_resources(dev, mask); | 1513 | return pci_enable_resources(dev, mask); |
1514 | } | 1514 | } |
1515 | 1515 | ||
1516 | void __devinit pcibios_setup_phb_resources(struct pci_controller *hose) | 1516 | static void __devinit pcibios_setup_phb_resources(struct pci_controller *hose) |
1517 | { | 1517 | { |
1518 | struct pci_bus *bus = hose->bus; | 1518 | struct pci_bus *bus = hose->bus; |
1519 | struct resource *res; | 1519 | struct resource *res; |