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>
This commit is contained in:
parent
938ca5162e
commit
a45639c8d3
|
@ -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.
|
* Called by pci_set_master() - a driver interface.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue