forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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