[PATCH 09/12] PCI: make no_pci_devices() use the pci_bus_type list

2008-02-14 Thread Greg Kroah-Hartman
no_pci_devices() should use the driver core list of PCI devices, not our "separate" one. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/pci/probe.c | 17 ++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/drivers/pci/probe.c

[PATCH 09/12] PCI: make no_pci_devices() use the pci_bus_type list

2008-02-14 Thread Greg Kroah-Hartman
no_pci_devices() should use the driver core list of PCI devices, not our separate one. Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/pci/probe.c | 17 ++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c