regulator: lp8788: constify regulator_ops structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 19 Dec 2015 15:43:22 +0000 (16:43 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 23 Dec 2015 00:01:23 +0000 (00:01 +0000)
commit95dfead1ddb8e529b24a6a98e026d1886f3c0bdf
treeae9d94efef67218e70ca2606be227974a16dfabc
parent7629cef11200bccb63ce5a629a4d0602e7f85555
regulator: lp8788: constify regulator_ops structures

The regulator_ops structures are never modified, so declare them as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Acked-by: Milo Kim <milo.kim@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/lp8788-buck.c
drivers/regulator/lp8788-ldo.c
This page took 0.029129 seconds and 5 git commands to generate.