diff options
Diffstat (limited to 'drivers/hwmon/max1619.c')
-rw-r--r-- | drivers/hwmon/max1619.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/max1619.c b/drivers/hwmon/max1619.c index 4baf94efd372..94cea29f157b 100644 --- a/drivers/hwmon/max1619.c +++ b/drivers/hwmon/max1619.c | |||
@@ -113,7 +113,7 @@ static struct i2c_driver max1619_driver = { | |||
113 | .remove = max1619_remove, | 113 | .remove = max1619_remove, |
114 | .id_table = max1619_id, | 114 | .id_table = max1619_id, |
115 | .detect = max1619_detect, | 115 | .detect = max1619_detect, |
116 | .address_data = &addr_data, | 116 | .address_list = normal_i2c, |
117 | }; | 117 | }; |
118 | 118 | ||
119 | /* | 119 | /* |