[PATCH] regulator: 88pm8607: constify regulator_ops structure

2017-01-28 Thread Bhumika Goyal
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 textdata bss dec

[PATCH] regulator: 88pm8607: constify regulator_ops structure

2017-01-28 Thread Bhumika Goyal
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 textdata bss dec