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 2c428f46453..3dc5e3db2c1 100644 --- a/drivers/misc/eeprom/eeprom.c +++ b/drivers/misc/eeprom/eeprom.c @@ -232,7 +232,7 @@ static struct i2c_driver eeprom_driver = {  	.class		= I2C_CLASS_DDC | I2C_CLASS_SPD,  	.detect		= eeprom_detect, -	.address_data	= &addr_data, +	.address_list	= normal_i2c,  };  static int __init eeprom_init(void)  |