hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
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