[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
@@ -568,6 +568,7 @@ static void __devexit i801_remove(struct pci_dev *dev)
|
||||
}
|
||||
|
||||
static struct pci_driver i801_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "i801_smbus",
|
||||
.id_table = i801_ids,
|
||||
.probe = i801_probe,
|
||||
|
Reference in New Issue
Block a user