commit | 71242b49a075a580980d9b7845f2c25450018601 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sat Dec 19 16:07:09 2015 +0100 |
committer | Mark Brown <broonie@kernel.org> | Tue Dec 22 23:59:57 2015 +0000 |
tree | fe1740e3b97ae2e8cce5c0eed87cce0143fd2466 | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec [diff] |
regulator: da9*: 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> Signed-off-by: Mark Brown <broonie@kernel.org>