From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934294AbdKPLTY (ORCPT ); Thu, 16 Nov 2017 06:19:24 -0500 Received: from fllnx210.ext.ti.com ([198.47.19.17]:35529 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756376AbdKPLTR (ORCPT ); Thu, 16 Nov 2017 06:19:17 -0500 Subject: Re: [PATCH] regulator: tps65218: Remove unused enum tps65218_regulators To: Axel Lin , Mark Brown CC: Liam Girdwood , References: <20171113130535.15044-1-axel.lin@ingics.com> From: Keerthy Message-ID: <3bbc85d2-bb4e-8507-1f89-0deb351eb9c8@ti.com> Date: Thu, 16 Nov 2017 16:49:11 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171113130535.15044-1-axel.lin@ingics.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 13 November 2017 06:35 PM, Axel Lin wrote: > The enum tps65218_regulators is no longer being used after > commit 2dc4940360d4 ("regulator: tps65218: Remove all the compatibles"). Reviewed-by: Keerthy > > Signed-off-by: Axel Lin > --- > drivers/regulator/tps65218-regulator.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/drivers/regulator/tps65218-regulator.c b/drivers/regulator/tps65218-regulator.c > index b3f89ebfb1a0..1827185beacc 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) \ > { \ >