diff options
Diffstat (limited to 'drivers/hwmon/lm85.c')
-rw-r--r-- | drivers/hwmon/lm85.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/hwmon/lm85.c b/drivers/hwmon/lm85.c index 131ecab094ac..b537c18c7a12 100644 --- a/drivers/hwmon/lm85.c +++ b/drivers/hwmon/lm85.c | |||
@@ -380,8 +380,10 @@ static void lm85_init_client(struct i2c_client *client); | |||
380 | 380 | ||
381 | 381 | ||
382 | static struct i2c_driver lm85_driver = { | 382 | static struct i2c_driver lm85_driver = { |
383 | .owner = THIS_MODULE, | 383 | .driver = { |
384 | .name = "lm85", | 384 | .owner = THIS_MODULE, |
385 | .name = "lm85", | ||
386 | }, | ||
385 | .id = I2C_DRIVERID_LM85, | 387 | .id = I2C_DRIVERID_LM85, |
386 | .attach_adapter = lm85_attach_adapter, | 388 | .attach_adapter = lm85_attach_adapter, |
387 | .detach_client = lm85_detach_client, | 389 | .detach_client = lm85_detach_client, |