On Wed, 27 Jun 2007 05:30:48 -0600
Matthew Wilcox <matthew@xxxxxx> wrote:
On Tue, Jun 26, 2007 at 09:45:05PM -0500, Matt Domsch wrote:On Tue, Jun 26, 2007 at 01:26:22PM -0700, Randy Dunlap wrote:pci_get_bus_and_slot() shouldn't be used because it fails to work onERROR: "pci_get_bus_and_slot" [drivers/firmware/edd.ko] undefined!It should be stubbed, in include/linux/pci.h where all the other PCI
functions are stubbed for the !CONFIG_PCI case.
systems with multiple domains. pci_get_slot() avoids this problem (and
is much faster too).
But requires you have a bus pointer to hand which is often not the
case. Do we need pci_get_domain_bus_and_slot() ?