diff options
Diffstat (limited to 'drivers/hwmon/tmp421.c')
-rw-r--r-- | drivers/hwmon/tmp421.c | 2 |
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 | ||
328 | static int __init tmp421_init(void) | 328 | static int __init tmp421_init(void) |