]> asedeno.scripts.mit.edu Git - linux.git/commit
regulator: max14577: Get rid of match_init_data/match_of_node functions
authorAxel Lin <axel.lin@ingics.com>
Tue, 12 Mar 2019 15:52:41 +0000 (23:52 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 13 Mar 2019 15:12:47 +0000 (15:12 +0000)
commitae15c519a6b97fff087cf69502bdf8fc8892f4be
treec2120337c57b9491f62f72f25f9b44b29240bf6a
parent0077aaaeeb69b5dcfe15a398e38d71bf28c9505d
regulator: max14577: Get rid of match_init_data/match_of_node functions

This driver has been converted to use regulator core's simplified DT
parsing code. So the match_init_data/match_of_node functions are not
necessary now, remove them.

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