commit | ecdc722f49e1ec6ccf6c53d63413777cbb469948 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Thu Aug 10 12:06:18 2017 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Aug 22 14:39:08 2017 +0200 |
tree | 979d026f5ce3750897e6e562a020edc8efcef517 | |
parent | 71ccb82be752a5b445006a5feacd6996d59a6a72 [diff] |
pinctrl: sirf: constify pinconf_ops, pinctrl_ops, and pinmux_ops structures These structures are only stored in fields of a pinctrl_desc structure (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>