aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm63.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/lm63.c')
-rw-r--r--drivers/hwmon/lm63.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/hwmon/lm63.c b/drivers/hwmon/lm63.c
index 5da66ab04f74..26844fc4a66d 100644
--- a/drivers/hwmon/lm63.c
+++ b/drivers/hwmon/lm63.c
@@ -134,8 +134,7 @@ static int lm63_remove(struct i2c_client *client);
134 134
135static struct lm63_data *lm63_update_device(struct device *dev); 135static struct lm63_data *lm63_update_device(struct device *dev);
136 136
137static int lm63_detect(struct i2c_client *client, int kind, 137static int lm63_detect(struct i2c_client *client, struct i2c_board_info *info);
138 struct i2c_board_info *info);
139static void lm63_init_client(struct i2c_client *client); 138static void lm63_init_client(struct i2c_client *client);
140 139
141/* 140/*
@@ -423,7 +422,7 @@ static const struct attribute_group lm63_group_fan1 = {
423 */ 422 */
424 423
425/* Return 0 if detection is successful, -ENODEV otherwise */ 424/* Return 0 if detection is successful, -ENODEV otherwise */
426static int lm63_detect(struct i2c_client *new_client, int kind, 425static int lm63_detect(struct i2c_client *new_client,
427 struct i2c_board_info *info) 426 struct i2c_board_info *info)
428{ 427{
429 struct i2c_adapter *adapter = new_client->adapter; 428 struct i2c_adapter *adapter = new_client->adapter;