diff options
Diffstat (limited to 'drivers/hwmon/max6650.c')
-rw-r--r-- | drivers/hwmon/max6650.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/max6650.c b/drivers/hwmon/max6650.c index fd5d1acfcc95..c7c126cf22dd 100644 --- a/drivers/hwmon/max6650.c +++ b/drivers/hwmon/max6650.c | |||
@@ -141,7 +141,7 @@ static struct i2c_driver max6650_driver = { | |||
141 | .remove = max6650_remove, | 141 | .remove = max6650_remove, |
142 | .id_table = max6650_id, | 142 | .id_table = max6650_id, |
143 | .detect = max6650_detect, | 143 | .detect = max6650_detect, |
144 | .address_data = &addr_data, | 144 | .address_list = normal_i2c, |
145 | }; | 145 | }; |
146 | 146 | ||
147 | /* | 147 | /* |