]> asedeno.scripts.mit.edu Git - linux.git/commit
pinctrl: rza1: make structures rza1_gpiochip_template and rza1_pinmux_ops static
authorColin Ian King <colin.king@canonical.com>
Fri, 30 Jun 2017 10:26:53 +0000 (11:26 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 30 Jun 2017 13:48:45 +0000 (15:48 +0200)
commit09dc048d13165dff74ab4050454f9c2d715895d5
tree3feb786e87c3c532c379ab28430968b4684190c1
parentea4083165fbb322b69a59588a283b7c98bd42db3
pinctrl: rza1: make structures rza1_gpiochip_template and rza1_pinmux_ops static

structures rza1_gpiochip_template and rza1_pinmux_ops do not need to be
in global scope, so make them static.

Cleans up sparse warnings:
symbol 'rza1_gpiochip_template' was not declared. Should it be static?
symbol 'rza1_pinmux_ops' 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>
drivers/pinctrl/pinctrl-rza1.c