diff options
Diffstat (limited to 'drivers/hwmon/lm90.c')
-rw-r--r-- | drivers/hwmon/lm90.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm90.c b/drivers/hwmon/lm90.c index 3acbacadac77..3e916ac97ea8 100644 --- a/drivers/hwmon/lm90.c +++ b/drivers/hwmon/lm90.c | |||
@@ -191,7 +191,7 @@ static struct i2c_driver lm90_driver = { | |||
191 | .remove = lm90_remove, | 191 | .remove = lm90_remove, |
192 | .id_table = lm90_id, | 192 | .id_table = lm90_id, |
193 | .detect = lm90_detect, | 193 | .detect = lm90_detect, |
194 | .address_data = &addr_data, | 194 | .address_list = normal_i2c, |
195 | }; | 195 | }; |
196 | 196 | ||
197 | /* | 197 | /* |