regulator: qcom_rpm: remove defined but not used 'pm8921_ftsmps'
authorJason Yan <yanaijie@huawei.com>
Thu, 9 Apr 2020 11:40:26 +0000 (19:40 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 14 Apr 2020 15:57:41 +0000 (16:57 +0100)
commitd2c2c218ea3f46cabd0955307d246e18371565dd
treee528876a75a2045dcf5c9c452cf1e50280597d4c
parent8f3d9f354286745c751374f5f1fcafee6b3f3136
regulator: qcom_rpm: remove defined but not used 'pm8921_ftsmps'

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@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20200409114026.38383-1-yanaijie@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/qcom_rpm-regulator.c