Constify two static struct attribute_group. The only place they are used is to put their address in an array of pointers to const struct attribute_group. With these patches applied, all static attribute_group structs in drivers/power are const.
Rikard Falkeborn (2): power: supply: ltc4162-l: Constify static struct attribute_group power: supply: core: Constify static struct attribute_group drivers/power/supply/ltc4162-l-charger.c | 2 +- drivers/power/supply/power_supply_sysfs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.30.0

