diff options
Diffstat (limited to 'drivers/hwmon/lm80.c')
| -rw-r--r-- | drivers/hwmon/lm80.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm80.c b/drivers/hwmon/lm80.c index e3222f3d4a5..1cf5ff5bfa4 100644 --- a/drivers/hwmon/lm80.c +++ b/drivers/hwmon/lm80.c @@ -159,7 +159,7 @@ static struct i2c_driver lm80_driver = {  	.remove		= lm80_remove,  	.id_table	= lm80_id,  	.detect		= lm80_detect, -	.address_data	= &addr_data, +	.address_list	= normal_i2c,  };  /*  |