pinctrl: qcom: make 'm_voc_groups' static
authorBen Dooks (Codethink) <ben.dooks@codethink.co.uk>
Wed, 18 Dec 2019 10:28:04 +0000 (10:28 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 7 Jan 2020 09:40:13 +0000 (10:40 +0100)
commita9a79514c2ba75de8c55e2fcd8a3bbf185caeb41
treef3dcc184c1050de1e54b153bfcedf2bd66bcfce9
parentf314f20b70356d9bb2bf1c854fae49922b626f6b
pinctrl: qcom: make 'm_voc_groups' static

The m_voc_groups is not declared outside of the
driver, so make it static to avoid the following
sparse wanrning:

drivers/pinctrl/qcom/pinctrl-msm8976.c:592:12: warning: symbol 'm_voc_groups' was not declared. Should it be static?

Signed-off-by: Ben Dooks (Codethink) <ben.dooks@codethink.co.uk>
Link: https://lore.kernel.org/r/20191218102804.2487374-1-ben.dooks@codethink.co.uk
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/qcom/pinctrl-msm8976.c