commit | 161ef8b34dd556b1b635de8217f84f6d8ea94990 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Oct 05 11:11:37 2017 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Oct 09 23:01:48 2017 +0200 |
tree | 45f4e056a40344561c1c7f58469efa271119765d | |
parent | db375dbf455112b0030aa75c04226cdbce0ee11b [diff] |
pinctrl: ingenic: make function ingenic_pinctrl_probe static The function ingenic_pinctrl_probe is local to the source and does not need to be in global scope, so make it static. Cleans up sparse warnings symbol 'ingenic_pinctrl_probe' was not declared. Should it be static? Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>