diff options
Diffstat (limited to 'drivers/hwmon/adm1031.c')
-rw-r--r-- | drivers/hwmon/adm1031.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/adm1031.c b/drivers/hwmon/adm1031.c index 0e722175aae0..cebfbf6926da 100644 --- a/drivers/hwmon/adm1031.c +++ b/drivers/hwmon/adm1031.c | |||
@@ -102,7 +102,7 @@ struct adm1031_data { | |||
102 | 102 | ||
103 | static int adm1031_probe(struct i2c_client *client, | 103 | static int adm1031_probe(struct i2c_client *client, |
104 | const struct i2c_device_id *id); | 104 | const struct i2c_device_id *id); |
105 | static int adm1031_detect(struct i2c_client *client, int kind, | 105 | static int adm1031_detect(struct i2c_client *client, |
106 | struct i2c_board_info *info); | 106 | struct i2c_board_info *info); |
107 | static void adm1031_init_client(struct i2c_client *client); | 107 | static void adm1031_init_client(struct i2c_client *client); |
108 | static int adm1031_remove(struct i2c_client *client); | 108 | static int adm1031_remove(struct i2c_client *client); |
@@ -813,7 +813,7 @@ static const struct attribute_group adm1031_group_opt = { | |||
813 | }; | 813 | }; |
814 | 814 | ||
815 | /* Return 0 if detection is successful, -ENODEV otherwise */ | 815 | /* Return 0 if detection is successful, -ENODEV otherwise */ |
816 | static int adm1031_detect(struct i2c_client *client, int kind, | 816 | static int adm1031_detect(struct i2c_client *client, |
817 | struct i2c_board_info *info) | 817 | struct i2c_board_info *info) |
818 | { | 818 | { |
819 | struct i2c_adapter *adapter = client->adapter; | 819 | struct i2c_adapter *adapter = client->adapter; |