aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/atxp1.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/atxp1.c')
-rw-r--r--drivers/hwmon/atxp1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/atxp1.c b/drivers/hwmon/atxp1.c
index 6b7459745b66..b0c3051d8a4f 100644
--- a/drivers/hwmon/atxp1.c
+++ b/drivers/hwmon/atxp1.c
@@ -67,7 +67,7 @@ static struct i2c_driver atxp1_driver = {
67 .remove = atxp1_remove, 67 .remove = atxp1_remove,
68 .id_table = atxp1_id, 68 .id_table = atxp1_id,
69 .detect = atxp1_detect, 69 .detect = atxp1_detect,
70 .address_data = &addr_data, 70 .address_list = normal_i2c,
71}; 71};
72 72
73struct atxp1_data { 73struct atxp1_data {