diff options
author | 2017-01-28 19:52:24 +0530 | |
---|---|---|
committer | 2017-01-31 20:53:30 +0000 | |
commit | 404826cb39fbe33998bec6ce5e1d51812b81bcda (patch) | |
tree | 1cb8b7dbd2eb170e6d6f98cc64cf7ac9acb72ef6 /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-404826cb39fbe33998bec6ce5e1d51812b81bcda.tar.xz wireguard-linux-404826cb39fbe33998bec6ce5e1d51812b81bcda.zip |
regulator: max77686-regulator: 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/max77686-regulator.o
text data bss dec hex filename
9904 1320 0 11224 2bd8 regulator/max77686-regulator.o
File size after: drivers/regulator/max77686-regulator.o
text data bss dec hex filename
10928 280 0 11208 2bc8 regulator/max77686-regulator.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