From: Axel Lin Date: Mon, 13 Nov 2017 13:05:35 +0000 (+0800) Subject: regulator: tps65218: Remove unused enum tps65218_regulators X-Git-Tag: v4.16-rc1~187^2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54f0a51a73acba08f047881c397e4040a573339b;p=thirdparty%2Fkernel%2Flinux.git regulator: tps65218: Remove unused enum tps65218_regulators The enum tps65218_regulators is no longer being used after commit 2dc4940360d4 ("regulator: tps65218: Remove all the compatibles"). Signed-off-by: Axel Lin Reviewed-by: Keerthy Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/tps65218-regulator.c b/drivers/regulator/tps65218-regulator.c index bc489958fed75..b6f705292aefe 100644 --- a/drivers/regulator/tps65218-regulator.c +++ b/drivers/regulator/tps65218-regulator.c @@ -28,9 +28,6 @@ #include #include -enum tps65218_regulators { DCDC1, DCDC2, DCDC3, DCDC4, - DCDC5, DCDC6, LDO1, LS3 }; - #define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ _em, _cr, _cm, _lr, _nlr, _delay, _fuv, _sr, _sm) \ { \