Constify a couple of static variables, most importantly regulator_ops to
allow the compiler to put them in read-only memory.

Rikard Falkeborn (5):
  regulator: dummy: Constify dummy_initdata and dummy_ops
  regulator: fixed: Constify static regulator_ops
  regulator: stw481x-vmmc: Constify static structs
  regulator: pca9450: Constify static regulator_ops
  regulator: ti-abb: Constify ti_abb_reg_ops

 drivers/regulator/dummy.c             | 4 ++--
 drivers/regulator/fixed.c             | 4 ++--
 drivers/regulator/pca9450-regulator.c | 6 +++---
 drivers/regulator/stw481x-vmmc.c      | 4 ++--
 drivers/regulator/ti-abb-regulator.c  | 2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.28.0

Reply via email to