Re: [PATCH -next] pinctrl: aspeed: Make aspeed_pinmux_ips static

2019-07-29 Thread Linus Walleij
On Thu, Jul 11, 2019 at 4:25 PM YueHaibing wrote: > Fix sparse warning: > > drivers/pinctrl/aspeed/pinmux-aspeed.c:8:12: warning: > symbol 'aspeed_pinmux_ips' was not declared. Should it be static? > > Reported-by: Hulk Robot > Signed-off-by: YueHaibing Patch applied with Andrew's ACK.

Re: [PATCH -next] pinctrl: aspeed: Make aspeed_pinmux_ips static

2019-07-11 Thread Andrew Jeffery
On Thu, 11 Jul 2019, at 23:55, YueHaibing wrote: > Fix sparse warning: > > drivers/pinctrl/aspeed/pinmux-aspeed.c:8:12: warning: > symbol 'aspeed_pinmux_ips' was not declared. Should it be static? > > Reported-by: Hulk Robot > Signed-off-by: YueHaibing Reviewed-by: Andrew Jeffery > ---

[PATCH -next] pinctrl: aspeed: Make aspeed_pinmux_ips static

2019-07-11 Thread YueHaibing
Fix sparse warning: drivers/pinctrl/aspeed/pinmux-aspeed.c:8:12: warning: symbol 'aspeed_pinmux_ips' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: YueHaibing --- drivers/pinctrl/aspeed/pinmux-aspeed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff