]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
PCI: remove global list of PCI devices
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Feb 2008 22:56:56 +0000 (14:56 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Apr 2008 04:47:02 +0000 (21:47 -0700)
commit5ff580c10ec06fd296bd23d4570c1a95194094a0
treefc00b4a107824519ae452c264674e5b8c2768d8e
parentc71c68a04ba7672b9373ef04173114c211bb9f88
PCI: remove global list of PCI devices

This patch finally removes the global list of PCI devices.  We are
relying entirely on the list held in the driver core now, and do not
need a separate "shadow" list as no one uses it.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/bus.c
drivers/pci/probe.c
drivers/pci/remove.c
include/linux/pci.h