diff options
author | Myron Stowe <myron.stowe@redhat.com> | 2012-06-26 05:31:23 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-07-05 23:09:12 +0200 |
commit | 483dae5893e11e00a0f9dbd75788844fae2221a0 (patch) | |
tree | 095a76ccb11bcb05ed85e5f7e5453660e3ed9dfb /arch | |
parent | ia64/PCI: factor out pcibios_setup() (diff) | |
download | linux-483dae5893e11e00a0f9dbd75788844fae2221a0.tar.xz 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>
Diffstat (limited to 'arch')
-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 |