diff options
Diffstat (limited to 'drivers/hwmon/lm75.c')
-rw-r--r-- | drivers/hwmon/lm75.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm75.c b/drivers/hwmon/lm75.c index 8fd759d28ddf..ce2423cd8198 100644 --- a/drivers/hwmon/lm75.c +++ b/drivers/hwmon/lm75.c | |||
@@ -295,7 +295,7 @@ static struct i2c_driver lm75_driver = { | |||
295 | .remove = lm75_remove, | 295 | .remove = lm75_remove, |
296 | .id_table = lm75_ids, | 296 | .id_table = lm75_ids, |
297 | .detect = lm75_detect, | 297 | .detect = lm75_detect, |
298 | .address_data = &addr_data, | 298 | .address_list = normal_i2c, |
299 | }; | 299 | }; |
300 | 300 | ||
301 | /*-----------------------------------------------------------------------*/ | 301 | /*-----------------------------------------------------------------------*/ |