hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/power/supply/max1721x_battery.c
....@@ -431,7 +431,7 @@
431431 return 0;
432432 }
433433
434
-static struct w1_family_ops w1_max1721x_fops = {
434
+static const struct w1_family_ops w1_max1721x_fops = {
435435 .add_slave = devm_w1_max1721x_add_device,
436436 };
437437