OSDN Git Service

pinctrl: artpec6: Make two functions static
authorYueHaibing <yuehaibing@huawei.com>
Thu, 21 Mar 2019 15:09:09 +0000 (23:09 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Apr 2019 15:25:10 +0000 (22:25 +0700)
commit1889ae50a906411b38282f11a5ea9a0375bf867f
treec7da0201ddaea68810bdc4f2cba92a11ce0087bc
parent3846e6a06160053d7631594fa60fd55dff286b54
pinctrl: artpec6: Make two functions static

Fix sparse warnings:

drivers/pinctrl/pinctrl-artpec6.c:691:5: warning:
 symbol 'artpec6_pmx_enable' was not declared. Should it be static?
drivers/pinctrl/pinctrl-artpec6.c:705:6: warning:
 symbol 'artpec6_pmx_disable' was not declared. Should it be static?

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-artpec6.c