From: Greg Kroah-Hartman Date: Thu, 14 Feb 2008 22:56:56 +0000 (-0800) Subject: PCI: remove global list of PCI devices X-Git-Tag: v2.6.26-rc1~1119^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ff580c10ec06fd296bd23d4570c1a95194094a0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed