[PATCH] Owner field additions to many i2c drivers, 1 of 5
This patch updates .owner field for various struct pci_driver variables. Signed-off-by: Laurent Riffard <laurent.riffard@free.fr> Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
fe3d6a9978
commit
ccd7aa0cc9
@@ -392,6 +392,7 @@ static void __devexit amd8111_remove(struct pci_dev *dev)
|
||||
}
|
||||
|
||||
static struct pci_driver amd8111_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "amd8111_smbus2",
|
||||
.id_table = amd8111_ids,
|
||||
.probe = amd8111_probe,
|
||||
|
Reference in New Issue
Block a user