diff options
Diffstat (limited to 'drivers/hwmon/lm87.c')
-rw-r--r-- | drivers/hwmon/lm87.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm87.c b/drivers/hwmon/lm87.c index d545b8596b05..60d34bc578cb 100644 --- a/drivers/hwmon/lm87.c +++ b/drivers/hwmon/lm87.c | |||
@@ -184,7 +184,7 @@ static struct i2c_driver lm87_driver = { | |||
184 | .remove = lm87_remove, | 184 | .remove = lm87_remove, |
185 | .id_table = lm87_id, | 185 | .id_table = lm87_id, |
186 | .detect = lm87_detect, | 186 | .detect = lm87_detect, |
187 | .address_data = &addr_data, | 187 | .address_list = normal_i2c, |
188 | }; | 188 | }; |
189 | 189 | ||
190 | /* | 190 | /* |