pinctrl: actions: make s900_functions, s900_padinfo and s900_pads static
authorColin Ian King <colin.king@canonical.com>
Mon, 30 Apr 2018 13:04:34 +0000 (14:04 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 2 May 2018 12:36:31 +0000 (14:36 +0200)
commit07ef798ff1d1904cb287a928c93efc72eebf0fff
tree6494b24957126e10992addef62143a2316b8b672
parentf83b58828c02289a401cc98ec86f0a2823604cf2
pinctrl: actions: make s900_functions, s900_padinfo and s900_pads static

s900_functions, s900_padinfo and s900_pads are local to the source and do
not need to be in global scope, so make them static.

Cleans up sparse warnings:
drivers/pinctrl/actions/pinctrl-s900.c:1445:30: warning: symbol
's900_functions' was not declared. Should it be static?
drivers/pinctrl/actions/pinctrl-s900.c:1664:20: warning: symbol
's900_padinfo' was not declared. Should it be static?
drivers/pinctrl/actions/pinctrl-s900.c:207:31: warning: symbol
's900_pads' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/actions/pinctrl-s900.c