kernel/drivers/power/supply/max1721x_battery.c
.. .. @@ -431,7 +431,7 @@ 431 431 return 0; 432 432 } 433 433 434 -static struct w1_family_ops w1_max1721x_fops = {434 +static const struct w1_family_ops w1_max1721x_fops = {435 435 .add_slave = devm_w1_max1721x_add_device, 436 436 }; 437 437