diff options
Diffstat (limited to 'drivers/hwmon/lm85.c')
-rw-r--r-- | drivers/hwmon/lm85.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm85.c b/drivers/hwmon/lm85.c index f5fc45ac6fe5..d29bd34a265e 100644 --- a/drivers/hwmon/lm85.c +++ b/drivers/hwmon/lm85.c | |||
@@ -356,7 +356,7 @@ static struct i2c_driver lm85_driver = { | |||
356 | .remove = lm85_remove, | 356 | .remove = lm85_remove, |
357 | .id_table = lm85_id, | 357 | .id_table = lm85_id, |
358 | .detect = lm85_detect, | 358 | .detect = lm85_detect, |
359 | .address_data = &addr_data, | 359 | .address_list = normal_i2c, |
360 | }; | 360 | }; |
361 | 361 | ||
362 | 362 | ||