From: Greg Kroah-Hartman Date: Thu, 14 Feb 2008 22:56:56 +0000 (-0800) Subject: PCI: remove pcibios_fixup_ghosts() X-Git-Tag: v2.6.26-rc1~1119^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6355f3d1c6994812e4384027b785989323dd7c75;p=pandora-kernel.git PCI: remove pcibios_fixup_ghosts() This function was obviously never being used since early 2.5 days as any device that it would try to remove would never really be removed from the system due to the PCI device list being held in the driver core, not the general list of PCI devices. As we have not had a single report of a problem here in 4 years, I think it's safe to remove now. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed