]> www.infradead.org Git - users/willy/xarray.git/commit
regulator: sm5703: Remove because it is unused and fails to build
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 9 Sep 2024 19:30:51 +0000 (21:30 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 13 Sep 2024 18:08:14 +0000 (19:08 +0100)
commit4591a2271f2e4c320eaa63c348169e4e6e6f2852
treeb56c6b6c95ec737795217a4ed2982dbf3f5e58dd
parent2a1de5678944147c2a41b6006127d2d0b618e83b
regulator: sm5703: Remove because it is unused and fails to build

This file does not compile because <linux/mfd/sm5703.h> is missing.
In KConfig, it depends on MFD_SM5703.

Both MFD_SM5703 and the missing include rely on another patch that never
got merged. The last iteration related to this patch is [1].

So remove this dead-code and undo commit e8858ba89ca3 ("regulator:
sm5703-regulator: Add regulators support for SM5703 MFD")

[1]: https://lore.kernel.org/lkml/20220423085319.483524-5-markuss.broks@gmail.com/

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://patch.msgid.link/0f5da91a05e7343d290c88e3c583b674cf6219ac.1725910247.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/sm5703-regulator.c [deleted file]