commit | 7b2f016c3bf5c5b61979f8d4cfe5f1eb217e3b7c | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Thu Aug 10 12:06:13 2017 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Aug 22 14:36:25 2017 +0200 |
tree | bce05be10e143ccf6039de68da9ac09d2de0cdb1 | |
parent | abcac84fef1df51c7f3bfd9e941cdb603ab7179b [diff] |
pinctrl: bcm281xx: constify pinconf_ops, pinctrl_ops, and pinmux_ops structures This pinconf_ops structure is only stored in the const confops field of a pinctrl_desc structure. Make the pinconf_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>