diff options
Diffstat (limited to 'drivers/hwmon/adt7473.c')
-rw-r--r-- | drivers/hwmon/adt7473.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/adt7473.c b/drivers/hwmon/adt7473.c index aea244db974e..78fadaa431e2 100644 --- a/drivers/hwmon/adt7473.c +++ b/drivers/hwmon/adt7473.c | |||
@@ -166,7 +166,7 @@ struct adt7473_data { | |||
166 | 166 | ||
167 | static int adt7473_probe(struct i2c_client *client, | 167 | static int adt7473_probe(struct i2c_client *client, |
168 | const struct i2c_device_id *id); | 168 | const struct i2c_device_id *id); |
169 | static int adt7473_detect(struct i2c_client *client, int kind, | 169 | static int adt7473_detect(struct i2c_client *client, |
170 | struct i2c_board_info *info); | 170 | struct i2c_board_info *info); |
171 | static int adt7473_remove(struct i2c_client *client); | 171 | static int adt7473_remove(struct i2c_client *client); |
172 | 172 | ||
@@ -1085,7 +1085,7 @@ static struct attribute *adt7473_attr[] = | |||
1085 | }; | 1085 | }; |
1086 | 1086 | ||
1087 | /* Return 0 if detection is successful, -ENODEV otherwise */ | 1087 | /* Return 0 if detection is successful, -ENODEV otherwise */ |
1088 | static int adt7473_detect(struct i2c_client *client, int kind, | 1088 | static int adt7473_detect(struct i2c_client *client, |
1089 | struct i2c_board_info *info) | 1089 | struct i2c_board_info *info) |
1090 | { | 1090 | { |
1091 | struct i2c_adapter *adapter = client->adapter; | 1091 | struct i2c_adapter *adapter = client->adapter; |