regulator: qcom-rpmh: Fix W=1 build warning when CONFIG_OF=n
authorJisheng Zhang <Jisheng.Zhang@synaptics.com>
Fri, 21 Aug 2020 03:19:13 +0000 (11:19 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 21 Aug 2020 16:28:20 +0000 (17:28 +0100)
commita2508eeb8dbdf621518f8c3538d3adcb6960619c
treedb9478bb2e0376a5d415e63fdad3687f2c29a181
parentbbe26107204eb64e7be1b3433e8b2252edc0b375
regulator: qcom-rpmh: Fix W=1 build warning when CONFIG_OF=n

Fix below warning when CONFIG_OF=n:

drivers/regulator/qcom-rpmh-regulator.c:970:34: warning: ‘rpmh_regulator_match_table’ defined but not used [-Wunused-const-variable=]
  970 | static const struct of_device_id rpmh_regulator_match_table[] = {
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Link: https://lore.kernel.org/r/20200821111913.1096f7cc@xhacker.debian
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/qcom-rpmh-regulator.c