diff options
Diffstat (limited to 'drivers/hwmon/lm77.c')
-rw-r--r-- | drivers/hwmon/lm77.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm77.c b/drivers/hwmon/lm77.c index 6373ab2cd952..b6105e570b0e 100644 --- a/drivers/hwmon/lm77.c +++ b/drivers/hwmon/lm77.c | |||
@@ -91,7 +91,7 @@ static struct i2c_driver lm77_driver = { | |||
91 | .remove = lm77_remove, | 91 | .remove = lm77_remove, |
92 | .id_table = lm77_id, | 92 | .id_table = lm77_id, |
93 | .detect = lm77_detect, | 93 | .detect = lm77_detect, |
94 | .address_data = &addr_data, | 94 | .address_list = normal_i2c, |
95 | }; | 95 | }; |
96 | 96 | ||
97 | /* straight from the datasheet */ | 97 | /* straight from the datasheet */ |