diff options
author | Myron Stowe <myron.stowe@redhat.com> | 2012-06-25 21:31:23 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-07-05 15:09:12 -0600 |
commit | 483dae5893e11e00a0f9dbd75788844fae2221a0 (patch) | |
tree | 095a76ccb11bcb05ed85e5f7e5453660e3ed9dfb | |
parent | 8421a35a511be699cfab08f623ce5c32706219e6 (diff) | |
download | blackbird-obmc-linux-483dae5893e11e00a0f9dbd75788844fae2221a0.tar.gz blackbird-obmc-linux-483dae5893e11e00a0f9dbd75788844fae2221a0.zip |
microblaze/PCI: factor out pcibios_setup()
The PCI core provides a generic pcibios_setup() routine. Drop this
architecture-specific version in favor of that.
Acked-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r-- | arch/microblaze/pci/pci-common.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/microblaze/pci/pci-common.c b/arch/microblaze/pci/pci-common.c index ed22bfc5db14..7b510ae906fa 100644 --- a/arch/microblaze/pci/pci-common.c +++ b/arch/microblaze/pci/pci-common.c @@ -192,11 +192,6 @@ void pcibios_set_master(struct pci_dev *dev) /* No special bus mastering setup handling */ } -char __devinit *pcibios_setup(char *str) -{ - return str; -} - /* * Reads the interrupt pin to determine if interrupt is use by card. * If the interrupt is used, then gets the interrupt line from the |