diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-01-28 14:28:34 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-01-31 21:32:53 +0100 |
commit | 32cb5d30cf4948e74be3dda5fd85781bc8eb9d49 (patch) | |
tree | 2018145fab7595f07db3daef6d54daa3dcae1efa /Documentation/gpio/gpio-legacy.txt | |
parent | Merge remote-tracking branches 'regulator/topic/tps65086' and 'regulator/topi... (diff) | |
download | linux-32cb5d30cf4948e74be3dda5fd85781bc8eb9d49.tar.xz linux-32cb5d30cf4948e74be3dda5fd85781bc8eb9d49.zip |
regulator: 88pm8607: constify regulator_ops structure
Declare regulator_ops structures as const as it is only stored in the
ops field of a regulator_desc structure. This field is of type const, so
regulator_ops structures having this property can be made const too.
File size before: drivers/regulator/88pm8607.o
text data bss dec hex filename
3466 5488 0 8954 22fa drivers/regulator/88pm8607.o
File size after: drivers/regulator/88pm8607.o
text data bss dec hex filename
3978 4976 0 8954 22fa drivers/regulator/88pm8607.o
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/gpio/gpio-legacy.txt')
0 files changed, 0 insertions, 0 deletions