diff options
Diffstat (limited to 'drivers/hwmon/ds1621.c')
-rw-r--r-- | drivers/hwmon/ds1621.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/ds1621.c b/drivers/hwmon/ds1621.c index 5fde2f5139fd..dfa4329090d4 100644 --- a/drivers/hwmon/ds1621.c +++ b/drivers/hwmon/ds1621.c | |||
@@ -321,7 +321,7 @@ static struct i2c_driver ds1621_driver = { | |||
321 | .remove = ds1621_remove, | 321 | .remove = ds1621_remove, |
322 | .id_table = ds1621_id, | 322 | .id_table = ds1621_id, |
323 | .detect = ds1621_detect, | 323 | .detect = ds1621_detect, |
324 | .address_data = &addr_data, | 324 | .address_list = normal_i2c, |
325 | }; | 325 | }; |
326 | 326 | ||
327 | static int __init ds1621_init(void) | 327 | static int __init ds1621_init(void) |