dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Myron Stowe 2012-06-25 21:31:44 -06:00 committed by Bjorn Helgaas
parent 938ca5162e
commit a45639c8d3
1 changed files with 0 additions and 5 deletions

View File

@ -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.
*