From: Kumar Gala Date: Wed, 11 Jul 2007 04:37:45 +0000 (-0500) Subject: [POWERPC] Add the ability to find PCI capabilities early on X-Git-Tag: v2.6.23-rc2~289^2~22 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38805e5f096162867a70c7468c654d7f9bb507da;hp=38805e5f096162867a70c7468c654d7f9bb507da;p=linux-2.6 [POWERPC] Add the ability to find PCI capabilities early on Added early_find_capability that wraps pci_bus_find_capability and uses fake_pci_bus() to allow us to call it before we've fully setup the pci_controller. Signed-off-by: Kumar Gala ---