diff options
Diffstat (limited to 'drivers/hwmon/adt7462.c')
-rw-r--r-- | drivers/hwmon/adt7462.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/adt7462.c b/drivers/hwmon/adt7462.c index 30cf002c677f..325700428ef0 100644 --- a/drivers/hwmon/adt7462.c +++ b/drivers/hwmon/adt7462.c | |||
@@ -256,7 +256,7 @@ static struct i2c_driver adt7462_driver = { | |||
256 | .remove = adt7462_remove, | 256 | .remove = adt7462_remove, |
257 | .id_table = adt7462_id, | 257 | .id_table = adt7462_id, |
258 | .detect = adt7462_detect, | 258 | .detect = adt7462_detect, |
259 | .address_data = &addr_data, | 259 | .address_list = normal_i2c, |
260 | }; | 260 | }; |
261 | 261 | ||
262 | /* | 262 | /* |