diff options
Diffstat (limited to 'drivers/hwmon/lm83.c')
-rw-r--r-- | drivers/hwmon/lm83.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/hwmon/lm83.c b/drivers/hwmon/lm83.c index 96cb34ea2490..1c1744f699fb 100644 --- a/drivers/hwmon/lm83.c +++ b/drivers/hwmon/lm83.c | |||
@@ -124,8 +124,10 @@ static struct lm83_data *lm83_update_device(struct device *dev); | |||
124 | */ | 124 | */ |
125 | 125 | ||
126 | static struct i2c_driver lm83_driver = { | 126 | static struct i2c_driver lm83_driver = { |
127 | .owner = THIS_MODULE, | 127 | .driver = { |
128 | .name = "lm83", | 128 | .owner = THIS_MODULE, |
129 | .name = "lm83", | ||
130 | }, | ||
129 | .id = I2C_DRIVERID_LM83, | 131 | .id = I2C_DRIVERID_LM83, |
130 | .attach_adapter = lm83_attach_adapter, | 132 | .attach_adapter = lm83_attach_adapter, |
131 | .detach_client = lm83_detach_client, | 133 | .detach_client = lm83_detach_client, |