aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pcf8591.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/pcf8591.c')
-rw-r--r--drivers/hwmon/pcf8591.c2
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
305static int __init pcf8591_init(void) 305static int __init pcf8591_init(void)