diff options
Diffstat (limited to 'drivers/hwmon/lm92.c')
-rw-r--r-- | drivers/hwmon/lm92.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm92.c b/drivers/hwmon/lm92.c index da354222468d..b582b3b7fdee 100644 --- a/drivers/hwmon/lm92.c +++ b/drivers/hwmon/lm92.c | |||
@@ -416,7 +416,7 @@ static struct i2c_driver lm92_driver = { | |||
416 | .remove = lm92_remove, | 416 | .remove = lm92_remove, |
417 | .id_table = lm92_id, | 417 | .id_table = lm92_id, |
418 | .detect = lm92_detect, | 418 | .detect = lm92_detect, |
419 | .address_data = &addr_data, | 419 | .address_list = normal_i2c, |
420 | }; | 420 | }; |
421 | 421 | ||
422 | static int __init sensors_lm92_init(void) | 422 | static int __init sensors_lm92_init(void) |