diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2020-08-31 00:43:09 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-09-12 12:15:19 +0200 |
commit | 8e2f830acaa4a05087bc637fff4434de50057c11 (patch) | |
tree | f11c2c729f3ab9dc9570ef312c169f5d0d449551 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b9b7fb29433b906635231d0a111224efa009198c (diff) |
pinctrl: actions: pinctrl-owl: Constify owl_pinctrl_ops and owl_pinmux_ops
The only usage of owl_pinctrl_ops and owl_pinmux_ops is to assign their
addresses to the pctlops and the pmxops fields in the pinctrl_desc struct,
which are const pointers. Make them const to allow the compiler to put them
in read-only memory.
Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20200830224311.36994-2-rikard.falkeborn@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions