diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-09-04 12:53:22 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-09-12 11:18:31 +0200 |
commit | 045b5792dc48848742d3746efab436f4c66be115 (patch) | |
tree | f4ffbe20876630d19aff4b7c4fad01aed6cf1d2a /drivers/pinctrl/pinctrl-pic32.c | |
parent | pinctrl: uniphier: include <linux/build_bug.h> instead of <linux/bug.h> (diff) | |
download | linux-045b5792dc48848742d3746efab436f4c66be115.tar.xz linux-045b5792dc48848742d3746efab436f4c66be115.zip |
pinctrl: sprd: make three local functions static
The functions sprd_pmx_get_function_count, sprd_pmx_get_function_name
and sprd_pmx_get_function_groups are local to the source and do not
need to be in global scope, so make them static.
Cleans up sparse warnings:
"symbol 'sprd_pmx_get_function_count' was not declared. Should it be
static?"
"symbol 'sprd_pmx_get_function_name' was not declared. Should it be
static?"
"symbol 'sprd_pmx_get_function_groups' 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>
Diffstat (limited to 'drivers/pinctrl/pinctrl-pic32.c')
0 files changed, 0 insertions, 0 deletions