diff options
Diffstat (limited to 'drivers/misc/eeprom')
-rw-r--r-- | drivers/misc/eeprom/eeprom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/eeprom/eeprom.c b/drivers/misc/eeprom/eeprom.c index 2c428f464539..3dc5e3db2c12 100644 --- a/drivers/misc/eeprom/eeprom.c +++ b/drivers/misc/eeprom/eeprom.c | |||
@@ -232,7 +232,7 @@ static struct i2c_driver eeprom_driver = { | |||
232 | 232 | ||
233 | .class = I2C_CLASS_DDC | I2C_CLASS_SPD, | 233 | .class = I2C_CLASS_DDC | I2C_CLASS_SPD, |
234 | .detect = eeprom_detect, | 234 | .detect = eeprom_detect, |
235 | .address_data = &addr_data, | 235 | .address_list = normal_i2c, |
236 | }; | 236 | }; |
237 | 237 | ||
238 | static int __init eeprom_init(void) | 238 | static int __init eeprom_init(void) |