diff options
Diffstat (limited to 'drivers/hwmon/lm83.c')
-rw-r--r-- | drivers/hwmon/lm83.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm83.c b/drivers/hwmon/lm83.c index bfb7477cb6b3..b80ae182f851 100644 --- a/drivers/hwmon/lm83.c +++ b/drivers/hwmon/lm83.c | |||
@@ -145,7 +145,7 @@ static struct i2c_driver lm83_driver = { | |||
145 | .remove = lm83_remove, | 145 | .remove = lm83_remove, |
146 | .id_table = lm83_id, | 146 | .id_table = lm83_id, |
147 | .detect = lm83_detect, | 147 | .detect = lm83_detect, |
148 | .address_data = &addr_data, | 148 | .address_list = normal_i2c, |
149 | }; | 149 | }; |
150 | 150 | ||
151 | /* | 151 | /* |