On Thu 09 Apr 04:40 PDT 2020, Jason Yan wrote: > Fix the following gcc warning: > > drivers/regulator/qcom_rpm-regulator.c:607:34: warning: ‘pm8921_ftsmps’ > defined but not used [-Wunused-const-variable=] > static const struct qcom_rpm_reg pm8921_ftsmps = { > ^~~~~~~~~~~~~ > > Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> > Signed-off-by: Jason Yan <yanaijie@xxxxxxxxxx> Reviewed-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > --- > drivers/regulator/qcom_rpm-regulator.c | 10 ---------- > 1 file changed, 10 deletions(-) > > diff --git a/drivers/regulator/qcom_rpm-regulator.c b/drivers/regulator/qcom_rpm-regulator.c > index 7fc97f23fcf4..1ee8ec686ed3 100644 > --- a/drivers/regulator/qcom_rpm-regulator.c > +++ b/drivers/regulator/qcom_rpm-regulator.c > @@ -604,16 +604,6 @@ static const struct qcom_rpm_reg pm8921_smps = { > .supports_force_mode_bypass = false, > }; > > -static const struct qcom_rpm_reg pm8921_ftsmps = { > - .desc.linear_ranges = ftsmps_ranges, > - .desc.n_linear_ranges = ARRAY_SIZE(ftsmps_ranges), > - .desc.n_voltages = 101, > - .desc.ops = &uV_ops, > - .parts = &rpm8960_smps_parts, > - .supports_force_mode_auto = true, > - .supports_force_mode_bypass = false, > -}; > - > static const struct qcom_rpm_reg pm8921_ncp = { > .desc.linear_ranges = ncp_ranges, > .desc.n_linear_ranges = ARRAY_SIZE(ncp_ranges), > -- > 2.17.2 >