diff options
Diffstat (limited to 'drivers/hwmon/pcf8591.c')
-rw-r--r-- | drivers/hwmon/pcf8591.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/pcf8591.c b/drivers/hwmon/pcf8591.c index 4355aada01f2..c19e61bd393c 100644 --- a/drivers/hwmon/pcf8591.c +++ b/drivers/hwmon/pcf8591.c | |||
@@ -299,7 +299,7 @@ static struct i2c_driver pcf8591_driver = { | |||
299 | 299 | ||
300 | .class = I2C_CLASS_HWMON, /* Nearest choice */ | 300 | .class = I2C_CLASS_HWMON, /* Nearest choice */ |
301 | .detect = pcf8591_detect, | 301 | .detect = pcf8591_detect, |
302 | .address_data = &addr_data, | 302 | .address_list = normal_i2c, |
303 | }; | 303 | }; |
304 | 304 | ||
305 | static int __init pcf8591_init(void) | 305 | static int __init pcf8591_init(void) |