diff options
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | 2020-12-28 07:47:27 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-01-04 15:40:02 +0100 |
commit | c6d212951b0f7eb3debfe2ec985dd84624eda150 (patch) | |
tree | 2d79855d4ab3b7497eef96cd9ec2da68bfba799b /drivers/pinctrl/pinctrl-at91.c | |
parent | 50a710873306ebe32b9a282051b2c1d0948368d3 (diff) | |
download | lwn-c6d212951b0f7eb3debfe2ec985dd84624eda150.tar.gz lwn-c6d212951b0f7eb3debfe2ec985dd84624eda150.zip |
pinctrl: ralink: rt2880: fix '-Wmissing-prototypes' in init function
Kernel test robot reported the following warning:
'warning: no previous prototype for 'rt2880_pinmux_init''.
This function is the entry point for the platform driver and
it is private to this driver. Hence declare it 'static' which is
the correct thing to do fixing also this warning.
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20201228064727.30098-1-sergio.paracuellos@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/pinctrl-at91.c')
0 files changed, 0 insertions, 0 deletions