diff options
Diffstat (limited to 'drivers/hwmon/lm80.c')
-rw-r--r-- | drivers/hwmon/lm80.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm80.c b/drivers/hwmon/lm80.c index e3222f3d4a5e..1cf5ff5bfa43 100644 --- a/drivers/hwmon/lm80.c +++ b/drivers/hwmon/lm80.c | |||
@@ -159,7 +159,7 @@ static struct i2c_driver lm80_driver = { | |||
159 | .remove = lm80_remove, | 159 | .remove = lm80_remove, |
160 | .id_table = lm80_id, | 160 | .id_table = lm80_id, |
161 | .detect = lm80_detect, | 161 | .detect = lm80_detect, |
162 | .address_data = &addr_data, | 162 | .address_list = normal_i2c, |
163 | }; | 163 | }; |
164 | 164 | ||
165 | /* | 165 | /* |