From: Greg Kroah-Hartman Date: Wed, 28 Nov 2007 20:23:18 +0000 (-0800) Subject: PCI: remove foolish code from pci-driver.c X-Git-Tag: v2.6.25-rc1~1243^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b937303188807b498d1a3163f60305f0941538e;p=pandora-kernel.git PCI: remove foolish code from pci-driver.c The PCI bus should not be trying to declare its own attribute type. Especially as this code could never ever be called because the driver core overwrites the driver kobject type to be its own internal type. Delete all of this code as it was never being used and is not correct. Also update my copyright on the file while I'm touching things there. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed