]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb5c04689286ce4fceae1cd02fa3914735883cded
treebde269e30f53af81f1fbb27ab992ff9bf31a4a3e
parent09e6c8a02c62e78649a41e590e26eb6676b67420
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