aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm73.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/lm73.c')
-rw-r--r--drivers/hwmon/lm73.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm73.c b/drivers/hwmon/lm73.c
index e610da9bd80c..fb6ab9a9a608 100644
--- a/drivers/hwmon/lm73.c
+++ b/drivers/hwmon/lm73.c
@@ -182,7 +182,7 @@ static struct i2c_driver lm73_driver = {
182 .remove = lm73_remove, 182 .remove = lm73_remove,
183 .id_table = lm73_ids, 183 .id_table = lm73_ids,
184 .detect = lm73_detect, 184 .detect = lm73_detect,
185 .address_data = &addr_data, 185 .address_list = normal_i2c,
186}; 186};
187 187
188/* module glue */ 188/* module glue */