commit | 1e9aa2a8164fa5b443b10962045eef01d7eeb9f7 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Tue Apr 16 22:56:12 2019 +0800 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Apr 23 13:02:15 2019 +0200 |
tree | ae2b5bf3f72d3caaf3fd8b6d14ce6f53893b8c94 | |
parent | 2d3b6db122ce9aa0a0460e618516e6bfa8eef329 [diff] |
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>