linux-stable/drivers/platform/olpc
Rikard Falkeborn 0f1f7f22f3 Platform: OLPC: Constify static struct regulator_ops
The only usage of it is to assign its address to the ops field in the
regulator_desc struct, which is a pointer to const struct regulator_ops.
Make it const to allow the compiler to put it in read-only memory.

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Link: https://lore.kernel.org/r/20210206232152.58046-1-rikard.falkeborn@gmail.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2021-02-08 16:59:21 +01:00
..
Kconfig
Makefile
olpc-ec.c Platform: OLPC: Constify static struct regulator_ops 2021-02-08 16:59:21 +01:00
olpc-xo175-ec.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00