diff options
Diffstat (limited to 'drivers/hwmon/lm63.c')
-rw-r--r-- | drivers/hwmon/lm63.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm63.c b/drivers/hwmon/lm63.c index 26844fc4a66d..1426a455071c 100644 --- a/drivers/hwmon/lm63.c +++ b/drivers/hwmon/lm63.c | |||
@@ -156,7 +156,7 @@ static struct i2c_driver lm63_driver = { | |||
156 | .remove = lm63_remove, | 156 | .remove = lm63_remove, |
157 | .id_table = lm63_id, | 157 | .id_table = lm63_id, |
158 | .detect = lm63_detect, | 158 | .detect = lm63_detect, |
159 | .address_data = &addr_data, | 159 | .address_list = normal_i2c, |
160 | }; | 160 | }; |
161 | 161 | ||
162 | /* | 162 | /* |