commit | 78094f19e1547e180023922d7b9ad6b36e83a53b | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Thu Aug 10 12:06:26 2017 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Aug 22 14:42:00 2017 +0200 |
tree | 02febc9c0e7eed98bcc8efca291838c9aa67e8e1 | |
parent | 39a303674fa98eed1edb1cc5ffb75bb00149e0ca [diff] |
pinctrl: tz1090-pdc: constify pinconf_ops, pinctrl_ops, and pinmux_ops structures These structures are only stored in fields of a pinctrl_desc structure (confops, pctlops, and pmxops) that are const. Make the structures const as well. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>