diff options
Diffstat (limited to 'drivers/hwmon/lm78.c')
-rw-r--r-- | drivers/hwmon/lm78.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/lm78.c b/drivers/hwmon/lm78.c index a6ce7abf8602..fa1715b9a996 100644 --- a/drivers/hwmon/lm78.c +++ b/drivers/hwmon/lm78.c | |||
@@ -175,6 +175,7 @@ static struct i2c_driver lm78_driver = { | |||
175 | 175 | ||
176 | static struct i2c_driver lm78_isa_driver = { | 176 | static struct i2c_driver lm78_isa_driver = { |
177 | .driver = { | 177 | .driver = { |
178 | .owner = THIS_MODULE, | ||
178 | .name = "lm78-isa", | 179 | .name = "lm78-isa", |
179 | }, | 180 | }, |
180 | .attach_adapter = lm78_isa_attach_adapter, | 181 | .attach_adapter = lm78_isa_attach_adapter, |