diff options
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/eeprom/eeprom.c | 3 | ||||
-rw-r--r-- | drivers/misc/ics932s401.c | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/drivers/misc/eeprom/eeprom.c b/drivers/misc/eeprom/eeprom.c index 2c27193aeaa0..2c428f464539 100644 --- a/drivers/misc/eeprom/eeprom.c +++ b/drivers/misc/eeprom/eeprom.c | |||
@@ -135,8 +135,7 @@ static struct bin_attribute eeprom_attr = { | |||
135 | }; | 135 | }; |
136 | 136 | ||
137 | /* Return 0 if detection is successful, -ENODEV otherwise */ | 137 | /* Return 0 if detection is successful, -ENODEV otherwise */ |
138 | static int eeprom_detect(struct i2c_client *client, int kind, | 138 | static int eeprom_detect(struct i2c_client *client, struct i2c_board_info *info) |
139 | struct i2c_board_info *info) | ||
140 | { | 139 | { |
141 | struct i2c_adapter *adapter = client->adapter; | 140 | struct i2c_adapter *adapter = client->adapter; |
142 | 141 | ||
diff --git a/drivers/misc/ics932s401.c b/drivers/misc/ics932s401.c index 4bb7a3af9ad9..75097ec43edd 100644 --- a/drivers/misc/ics932s401.c +++ b/drivers/misc/ics932s401.c | |||
@@ -106,7 +106,7 @@ struct ics932s401_data { | |||
106 | 106 | ||
107 | static int ics932s401_probe(struct i2c_client *client, | 107 | static int ics932s401_probe(struct i2c_client *client, |
108 | const struct i2c_device_id *id); | 108 | const struct i2c_device_id *id); |
109 | static int ics932s401_detect(struct i2c_client *client, int kind, | 109 | static int ics932s401_detect(struct i2c_client *client, |
110 | struct i2c_board_info *info); | 110 | struct i2c_board_info *info); |
111 | static int ics932s401_remove(struct i2c_client *client); | 111 | static int ics932s401_remove(struct i2c_client *client); |
112 | 112 | ||
@@ -413,7 +413,7 @@ static ssize_t show_spread(struct device *dev, | |||
413 | } | 413 | } |
414 | 414 | ||
415 | /* Return 0 if detection is successful, -ENODEV otherwise */ | 415 | /* Return 0 if detection is successful, -ENODEV otherwise */ |
416 | static int ics932s401_detect(struct i2c_client *client, int kind, | 416 | static int ics932s401_detect(struct i2c_client *client, |
417 | struct i2c_board_info *info) | 417 | struct i2c_board_info *info) |
418 | { | 418 | { |
419 | struct i2c_adapter *adapter = client->adapter; | 419 | struct i2c_adapter *adapter = client->adapter; |