]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
regulator: tps6507x: Constify tps6507x_pmic_ops
authorAxel Lin <axel.lin@ingics.com>
Thu, 28 Mar 2019 12:02:23 +0000 (20:02 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 1 Apr 2019 08:17:56 +0000 (15:17 +0700)
commit646e268e66ec8664317ae677a3b774b7dc812c84
treece48947fa23db71b9547c7025cd04f9ebe525174
parent9e488c0a59cbb8353962dae974b77361920c1777
regulator: tps6507x: Constify tps6507x_pmic_ops

The tps6507x_pmic_ops never need to be modified, make it const so compiler
can put it to .rodata.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/tps6507x-regulator.c