commit | baf918c4abbbf7c8b8931ea024a0c6d56cc2a9c1 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Thu Aug 10 12:06:16 2017 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Aug 22 14:38:03 2017 +0200 |
tree | 12ac78d8ab11cb5cbde1232f4f829680482ba48e | |
parent | 9b4e2ba4242bd595dff16cb85676995cc7fb5b32 [diff] |
pinctrl: st: 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> Acked-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>