commit | 162c5a368fb788f040e9c51a1251ac36d80bff32 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Apr 07 16:22:39 2016 +0200 |
committer | Mark Brown <broonie@kernel.org> | Mon Apr 11 15:15:36 2016 +0100 |
tree | 164bf23f7111d31206e076d996e8ef8ed3958d58 | |
parent | 40a865500c4d408b552cf5899bf091ac72e32bf8 [diff] |
regulator: as3722: Constify regulator ops A const pointer to regulator ops is stored in regulator descriptors. The operations never need to be modified, so define them as const as a hint to the compiler that they can go into .rodata. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Mark Brown <broonie@kernel.org>