diff options
Diffstat (limited to 'drivers/hwmon/adm9240.c')
-rw-r--r-- | drivers/hwmon/adm9240.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/adm9240.c b/drivers/hwmon/adm9240.c index 9316e074d690..d9942e74ed4a 100644 --- a/drivers/hwmon/adm9240.c +++ b/drivers/hwmon/adm9240.c | |||
@@ -156,7 +156,7 @@ static struct i2c_driver adm9240_driver = { | |||
156 | .remove = adm9240_remove, | 156 | .remove = adm9240_remove, |
157 | .id_table = adm9240_id, | 157 | .id_table = adm9240_id, |
158 | .detect = adm9240_detect, | 158 | .detect = adm9240_detect, |
159 | .address_data = &addr_data, | 159 | .address_list = normal_i2c, |
160 | }; | 160 | }; |
161 | 161 | ||
162 | /* per client data */ | 162 | /* per client data */ |