commit | 71ccb82be752a5b445006a5feacd6996d59a6a72 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Thu Aug 10 12:06:17 2017 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Aug 22 14:38:46 2017 +0200 |
tree | 382057a3d57a2fd14afd30832229357da3b8f96a | |
parent | baf918c4abbbf7c8b8931ea024a0c6d56cc2a9c1 [diff] |
pinctrl: sirf: atlas7: constify pinconf_ops, pinctrl_ops, and pinmux_ops structures This pinmux_ops structure is only stored in the const pmxops field of a pinctrl_desc structure. Make the pinmux_ops structure 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>