diff options
Diffstat (limited to 'drivers/misc/eeprom/eeprom.c')
-rw-r--r-- | drivers/misc/eeprom/eeprom.c | 3 |
1 files changed, 1 insertions, 2 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 | ||