commit | 2b937303188807b498d1a3163f60305f0941538e | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Wed Nov 28 12:23:18 2007 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jan 24 20:40:34 2008 -0800 |
tree | 5ee8fff7549a9f77ba6b6642095351ee814d459c | |
parent | 03d43b19b9f56c1d18bc8f2f7890534fbe6a285d [diff] |
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 <gregkh@suse.de>