commit | 95dfead1ddb8e529b24a6a98e026d1886f3c0bdf | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sat Dec 19 16:43:22 2015 +0100 |
committer | Mark Brown <broonie@kernel.org> | Wed Dec 23 00:01:23 2015 +0000 |
tree | ae9d94efef67218e70ca2606be227974a16dfabc | |
parent | 7629cef11200bccb63ce5a629a4d0602e7f85555 [diff] |
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>