i2c-isa: Restore driver owner
i2c-isa: Restore driver owner
Commit 2b48716d1d
back in January
2006 was a bit overzealous. It removed .owner from all i2c drivers,
including i2c-isa ones, while they still need it.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:

zatwierdzone przez
Greg Kroah-Hartman

rodzic
c243353a90
commit
8721884209
@@ -238,6 +238,7 @@ static struct pc87360_data *pc87360_update_device(struct device *dev);
|
||||
|
||||
static struct i2c_driver pc87360_driver = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "pc87360",
|
||||
},
|
||||
.attach_adapter = pc87360_detect,
|
||||
|
Reference in New Issue
Block a user