• Greg Kroah-Hartman's avatar
    PCI: remove foolish code from pci-driver.c · 2b937303
    Greg Kroah-Hartman authored
    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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    2b937303
pci-driver.c 13.4 KB