]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - drivers/pinctrl/pinctrl-digicolor.c
pinctrl: digicolor: constify pinconf_ops, pinctrl_ops, and pinmux_ops structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Thu, 10 Aug 2017 10:06:19 +0000 (12:06 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 22 Aug 2017 12:39:36 +0000 (14:39 +0200)
commitdb74f96d6a98f4c9c707660053f95b751a5ff592
tree6c0bdde461405b1422fde37784f7f32b8d9dd78b
parentecdc722f49e1ec6ccf6c53d63413777cbb469948
pinctrl: digicolor: 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>
Acked-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-digicolor.c