diff options
Diffstat (limited to 'drivers/hwmon/f75375s.c')
-rw-r--r-- | drivers/hwmon/f75375s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/f75375s.c b/drivers/hwmon/f75375s.c index 2ffcf56b6f4e..f8992c935666 100644 --- a/drivers/hwmon/f75375s.c +++ b/drivers/hwmon/f75375s.c | |||
@@ -135,7 +135,7 @@ static struct i2c_driver f75375_driver = { | |||
135 | .remove = f75375_remove, | 135 | .remove = f75375_remove, |
136 | .id_table = f75375_id, | 136 | .id_table = f75375_id, |
137 | .detect = f75375_detect, | 137 | .detect = f75375_detect, |
138 | .address_data = &addr_data, | 138 | .address_list = normal_i2c, |
139 | }; | 139 | }; |
140 | 140 | ||
141 | static inline int f75375_read8(struct i2c_client *client, u8 reg) | 141 | static inline int f75375_read8(struct i2c_client *client, u8 reg) |