aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp421.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/tmp421.c')
-rw-r--r--drivers/hwmon/tmp421.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/tmp421.c b/drivers/hwmon/tmp421.c
index 34eb34c548ff..018ad028c179 100644
--- a/drivers/hwmon/tmp421.c
+++ b/drivers/hwmon/tmp421.c
@@ -322,7 +322,7 @@ static struct i2c_driver tmp421_driver = {
322 .remove = tmp421_remove, 322 .remove = tmp421_remove,
323 .id_table = tmp421_id, 323 .id_table = tmp421_id,
324 .detect = tmp421_detect, 324 .detect = tmp421_detect,
325 .address_data = &addr_data, 325 .address_list = normal_i2c,
326}; 326};
327 327
328static int __init tmp421_init(void) 328static int __init tmp421_init(void)