Skip to content

Commit 54f0a51

Browse files
AxelLinbroonie
authored andcommitted
regulator: tps65218: Remove unused enum tps65218_regulators
The enum tps65218_regulators is no longer being used after commit 2dc4940 ("regulator: tps65218: Remove all the compatibles"). Signed-off-by: Axel Lin <[email protected]> Reviewed-by: Keerthy <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 50b7bae commit 54f0a51

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/regulator/tps65218-regulator.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
#include <linux/regulator/machine.h>
2929
#include <linux/mfd/tps65218.h>
3030

31-
enum tps65218_regulators { DCDC1, DCDC2, DCDC3, DCDC4,
32-
DCDC5, DCDC6, LDO1, LS3 };
33-
3431
#define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \
3532
_em, _cr, _cm, _lr, _nlr, _delay, _fuv, _sr, _sm) \
3633
{ \

0 commit comments

Comments
 (0)