OSDN Git Service

regulator: tps6524x: Constify regulator_ops
authorAxel Lin <axel.lin@ingics.com>
Sat, 13 Apr 2019 07:30:01 +0000 (15:30 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 15 Apr 2019 08:44:25 +0000 (09:44 +0100)
commit357db0279a230e009d4440db71c497f3360311bc
treead0fe66704475a1fba5be9d9332db62760e8bc12
parent7cfcecfb82afe81fdc94ec214f2ad3d83eb2a4ba
regulator: tps6524x: Constify regulator_ops

The regulator_ops is never changed, make it const.

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