mips/PCI: removed unused pci_probe configurability
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Feb 2012 03:18:57 +0000 (20:18 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Feb 2012 03:18:57 +0000 (20:18 -0700)
commit14be538c566f6fd6f8c8abd1687aa5d36a600703
treebde269e30f53af81f1fbb27ab992ff9bf31a4a3e
parent2909060699226f70d731d9c242489418f7da4972
mips/PCI: removed unused pci_probe configurability

We never assign anything other than PCI_ASSIGN_ALL_BUSSES to pci_probe,
so just remove the indirection.  If configurability is required in the
future, please use the pci_flags/PCI_REASSIGN_ALL_BUS functionality
as is done for powerpc.

CC: Ralf Baechle <ralf@linux-mips.org>
CC: linux-mips@linux-mips.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/mips/pci/pci.c