diff options
author | Myron Stowe <myron.stowe@redhat.com> | 2012-06-25 21:31:44 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-07-05 15:09:13 -0600 |
commit | a45639c8d367a93acce1622c8847e9e828fbb1f9 (patch) | |
tree | b023d1434768b8be2adc987041c377cffeeade0a /arch/parisc/kernel | |
parent | 938ca5162ec9a835078924447a6f55667e47e857 (diff) | |
download | blackbird-obmc-linux-a45639c8d367a93acce1622c8847e9e828fbb1f9.tar.gz blackbird-obmc-linux-a45639c8d367a93acce1622c8847e9e828fbb1f9.zip |
parisc/PCI: factor out pcibios_setup()
The PCI core provides a generic pcibios_setup() routine. Drop this
architecture-specific version in favor of that.
Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'arch/parisc/kernel')
-rw-r--r-- | arch/parisc/kernel/pci.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/parisc/kernel/pci.c b/arch/parisc/kernel/pci.c index 24644aca10cb..60309051875e 100644 --- a/arch/parisc/kernel/pci.c +++ b/arch/parisc/kernel/pci.c @@ -139,11 +139,6 @@ void pcibios_fixup_bus(struct pci_bus *bus) } -char *pcibios_setup(char *str) -{ - return str; -} - /* * Called by pci_set_master() - a driver interface. * |