diff options
author | Jean Delvare <khali@linux-fr.org> | 2006-09-03 22:36:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-27 00:38:52 +0200 |
commit | 872188420997f7f7c1b968fd9bce6578e4c3d45f (patch) | |
tree | f50e0b64ee5e1c682de5f22e432ebfdf3abcc0d9 /drivers/hwmon/pc87360.c | |
parent | i2c-viapro: Add support for the VT8237A and VT8251 (diff) | |
download | linux-872188420997f7f7c1b968fd9bce6578e4c3d45f.tar.xz linux-872188420997f7f7c1b968fd9bce6578e4c3d45f.zip |
i2c-isa: Restore driver owner
i2c-isa: Restore driver owner
Commit 2b48716d1d2f2edb1e7cbc5ecf1cb2cb39373e33 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>
Diffstat (limited to 'drivers/hwmon/pc87360.c')
-rw-r--r-- | drivers/hwmon/pc87360.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/pc87360.c b/drivers/hwmon/pc87360.c index ae05e483a778..236f9f29c624 100644 --- a/drivers/hwmon/pc87360.c +++ b/drivers/hwmon/pc87360.c @@ -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, |