diff options
author | 2017-01-28 19:32:05 +0530 | |
---|---|---|
committer | 2017-01-31 20:44:35 +0000 | |
commit | 71880ab24723ff4efef1443b060adaf6efc1e144 (patch) | |
tree | a96b4a50ea7c01103964afbcd06d9c7c470940d7 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Merge remote-tracking branches 'regulator/topic/tps65086' and 'regulator/topic/twl' into regulator-next (diff) | |
download | wireguard-linux-71880ab24723ff4efef1443b060adaf6efc1e144.tar.xz wireguard-linux-71880ab24723ff4efef1443b060adaf6efc1e144.zip |
regulator: fan53555: constify regulator_ops structure
Declare regulator_ops structure 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/fan53555.o
text data bss dec hex filename
3512 496 8 4016 fb0 drivers/regulator/fan53555.o
File size after: drivers/regulator/fan53555.o
text data bss dec hex filename
3768 240 8 4016 fb0 drivers/regulator/fan53555.o
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions