summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-u300.c
diff options
context:
space:
mode:
authorBen Dooks <ben.dooks@codethink.co.uk>2016-06-08 17:07:42 +0100
committerLinus Walleij <linus.walleij@linaro.org>2016-06-13 08:50:13 +0200
commit27cdb5d0fd35b3c48927385402d83c936037a2bf (patch)
tree1c4763f716fc08f2d177153989502c2f520f87c4 /drivers/pinctrl/pinctrl-u300.c
parentf703851af072b153abc928917f2ec35d4d70a851 (diff)
downloadop-kernel-dev-27cdb5d0fd35b3c48927385402d83c936037a2bf.zip
op-kernel-dev-27cdb5d0fd35b3c48927385402d83c936037a2bf.tar.gz
pinctrl: nomadik: fix warnings from unexported functions
There are five functions in the driver that are defined but only used locally. Since these are not used in the current kernel, delete them to avoid the following warnings: drivers/pinctrl/nomadik/pinctrl-nomadik.c:1036:6: warning: symbol 'nmk_gpio_clocks_enable' was not declared. Should it be static? drivers/pinctrl/nomadik/pinctrl-nomadik.c:1050:6: warning: symbol 'nmk_gpio_clocks_disable' was not declared. Should it be static? drivers/pinctrl/nomadik/pinctrl-nomadik.c:1073:6: warning: symbol 'nmk_gpio_wakeups_suspend' was not declared. Should it be static? drivers/pinctrl/nomadik/pinctrl-nomadik.c:1094:6: warning: symbol 'nmk_gpio_wakeups_resume' was not declared. Should it be static? drivers/pinctrl/nomadik/pinctrl-nomadik.c:1120:6: warning: symbol 'nmk_gpio_read_pull' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/pinctrl-u300.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud