diff options
Diffstat (limited to 'drivers/hwmon/w83627hf.c')
-rw-r--r-- | drivers/hwmon/w83627hf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/w83627hf.c b/drivers/hwmon/w83627hf.c index 79368d53c363..30295028ea99 100644 --- a/drivers/hwmon/w83627hf.c +++ b/drivers/hwmon/w83627hf.c | |||
@@ -339,6 +339,7 @@ static void w83627hf_init_client(struct i2c_client *client); | |||
339 | 339 | ||
340 | static struct i2c_driver w83627hf_driver = { | 340 | static struct i2c_driver w83627hf_driver = { |
341 | .driver = { | 341 | .driver = { |
342 | .owner = THIS_MODULE, | ||
342 | .name = "w83627hf", | 343 | .name = "w83627hf", |
343 | }, | 344 | }, |
344 | .attach_adapter = w83627hf_detect, | 345 | .attach_adapter = w83627hf_detect, |