commit | b0d6dd3ba3c3f41bface6623a18d08439cb195bb | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sat Dec 19 16:31:24 2015 +0100 |
committer | Mark Brown <broonie@kernel.org> | Wed Dec 23 00:00:00 2015 +0000 |
tree | e6a9d0b8c4129f4d9184d2010c13abbed3b45ff3 | |
parent | 71242b49a075a580980d9b7845f2c25450018601 [diff] |
regulator: wm8*: 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: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>