diff options
Diffstat (limited to 'drivers/hwmon/smsc47m192.c')
-rw-r--r-- | drivers/hwmon/smsc47m192.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/smsc47m192.c b/drivers/hwmon/smsc47m192.c index 4d88c045781c..1683fc76759f 100644 --- a/drivers/hwmon/smsc47m192.c +++ b/drivers/hwmon/smsc47m192.c | |||
@@ -115,7 +115,7 @@ struct smsc47m192_data { | |||
115 | 115 | ||
116 | static int smsc47m192_probe(struct i2c_client *client, | 116 | static int smsc47m192_probe(struct i2c_client *client, |
117 | const struct i2c_device_id *id); | 117 | const struct i2c_device_id *id); |
118 | static int smsc47m192_detect(struct i2c_client *client, int kind, | 118 | static int smsc47m192_detect(struct i2c_client *client, |
119 | struct i2c_board_info *info); | 119 | struct i2c_board_info *info); |
120 | static int smsc47m192_remove(struct i2c_client *client); | 120 | static int smsc47m192_remove(struct i2c_client *client); |
121 | static struct smsc47m192_data *smsc47m192_update_device(struct device *dev); | 121 | static struct smsc47m192_data *smsc47m192_update_device(struct device *dev); |
@@ -481,7 +481,7 @@ static void smsc47m192_init_client(struct i2c_client *client) | |||
481 | } | 481 | } |
482 | 482 | ||
483 | /* Return 0 if detection is successful, -ENODEV otherwise */ | 483 | /* Return 0 if detection is successful, -ENODEV otherwise */ |
484 | static int smsc47m192_detect(struct i2c_client *client, int kind, | 484 | static int smsc47m192_detect(struct i2c_client *client, |
485 | struct i2c_board_info *info) | 485 | struct i2c_board_info *info) |
486 | { | 486 | { |
487 | struct i2c_adapter *adapter = client->adapter; | 487 | struct i2c_adapter *adapter = client->adapter; |