regulator: da9*: constify regulator_ops structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 19 Dec 2015 15:07:09 +0000 (16:07 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 22 Dec 2015 23:59:57 +0000 (23:59 +0000)
commit71242b49a075a580980d9b7845f2c25450018601
treefe1740e3b97ae2e8cce5c0eed87cce0143fd2466
parent8005c49d9aea74d382f474ce11afbbc7d7130bec
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>
drivers/regulator/da903x.c
drivers/regulator/da9052-regulator.c
drivers/regulator/da9055-regulator.c
drivers/regulator/da9062-regulator.c
drivers/regulator/da9063-regulator.c
drivers/regulator/da9210-regulator.c
drivers/regulator/da9211-regulator.c
This page took 0.038752 seconds and 5 git commands to generate.