diff options
author | 2020-09-13 10:41:12 +0200 | |
---|---|---|
committer | 2020-09-14 14:24:38 +0100 | |
commit | 9032693e218e69a9527fd5d08c4ce5cdbe90820f (patch) | |
tree | 23486bd1dc41a16df29204354124c8e95120de38 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | regulator: fixed: Constify static regulator_ops (diff) | |
download | linux-dev-9032693e218e69a9527fd5d08c4ce5cdbe90820f.tar.xz linux-dev-9032693e218e69a9527fd5d08c4ce5cdbe90820f.zip |
regulator: stw481x-vmmc: Constify static structs
The only usage of stw481x_vmmc_ops is to assign its address to the ops
field in the regulator_desc struct which is a const pointer.
The only usage of vmmc_regulator is to pass its address to
of_get_regulator_init_data() and devm_regulator_register(), both which
take const pointers.
Make both of them const to allow the compiler to put them in read-only
memory.
Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Link: https://lore.kernel.org/r/20200913084114.8851-4-rikard.falkeborn@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions