[PATCH] PCI: Small rearrangement of PCI probing code
authorPaul Mackerras <paulus@samba.org>
Mon, 5 Sep 2005 23:31:03 +0000 (09:31 +1000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Sep 2005 20:58:45 +0000 (13:58 -0700)
This patch makes some small rearrangements of the PCI probing code in
order to make it possible for arch code to set up the PCI tree
without needing to duplicate code from the PCI layer unnecessarily.
PPC64 will use this to set up the PCI tree from the Open Firmware
device tree, which we need to do on logically-partitioned pSeries
systems.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found