diff options
Diffstat (limited to 'drivers/hwmon/w83l786ng.c')
-rw-r--r-- | drivers/hwmon/w83l786ng.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/hwmon/w83l786ng.c b/drivers/hwmon/w83l786ng.c index 27da7d2b15fb..12a5fd67bee0 100644 --- a/drivers/hwmon/w83l786ng.c +++ b/drivers/hwmon/w83l786ng.c | |||
@@ -147,7 +147,7 @@ struct w83l786ng_data { | |||
147 | 147 | ||
148 | static int w83l786ng_probe(struct i2c_client *client, | 148 | static int w83l786ng_probe(struct i2c_client *client, |
149 | const struct i2c_device_id *id); | 149 | const struct i2c_device_id *id); |
150 | static int w83l786ng_detect(struct i2c_client *client, int kind, | 150 | static int w83l786ng_detect(struct i2c_client *client, |
151 | struct i2c_board_info *info); | 151 | struct i2c_board_info *info); |
152 | static int w83l786ng_remove(struct i2c_client *client); | 152 | static int w83l786ng_remove(struct i2c_client *client); |
153 | static void w83l786ng_init_client(struct i2c_client *client); | 153 | static void w83l786ng_init_client(struct i2c_client *client); |
@@ -586,8 +586,7 @@ static const struct attribute_group w83l786ng_group = { | |||
586 | }; | 586 | }; |
587 | 587 | ||
588 | static int | 588 | static int |
589 | w83l786ng_detect(struct i2c_client *client, int kind, | 589 | w83l786ng_detect(struct i2c_client *client, struct i2c_board_info *info) |
590 | struct i2c_board_info *info) | ||
591 | { | 590 | { |
592 | struct i2c_adapter *adapter = client->adapter; | 591 | struct i2c_adapter *adapter = client->adapter; |
593 | u16 man_id; | 592 | u16 man_id; |