gpio: pxa: Make two symbols static
authorYueHaibing <yuehaibing@huawei.com>
Tue, 16 Apr 2019 14:56:12 +0000 (22:56 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 23 Apr 2019 11:02:15 +0000 (13:02 +0200)
commit1e9aa2a8164fa5b443b10962045eef01d7eeb9f7
treeae2b5bf3f72d3caaf3fd8b6d14ce6f53893b8c94
parent2d3b6db122ce9aa0a0460e618516e6bfa8eef329
gpio: pxa: Make two symbols static

Fix sparse warnings:

drivers/gpio/gpio-pxa.c:580:29: warning:
 symbol 'pxa_irq_domain_ops' was not declared. Should it be static?
drivers/gpio/gpio-pxa.c:819:20: warning:
 symbol 'pxa_gpio_syscore_ops' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-pxa.c