Re: [PATCH][next] pinctrl: actions: make s900_functions, s900_padinfo and s900_pads static

2018-05-02 Thread Linus Walleij
On Mon, Apr 30, 2018 at 3:04 PM, Colin King wrote: > From: Colin Ian King > > s900_functions, s900_padinfo and s900_pads are local to the source and do > not need to be in global scope, so make them static. > > Cleans up sparse warnings: >

Re: [PATCH][next] pinctrl: actions: make s900_functions, s900_padinfo and s900_pads static

2018-05-02 Thread Linus Walleij
On Mon, Apr 30, 2018 at 3:04 PM, Colin King wrote: > From: Colin Ian King > > s900_functions, s900_padinfo and s900_pads are local to the source and do > not need to be in global scope, so make them static. > > Cleans up sparse warnings: > drivers/pinctrl/actions/pinctrl-s900.c:1445:30:

Re: [PATCH][next] pinctrl: actions: make s900_functions, s900_padinfo and s900_pads static

2018-04-30 Thread Manivannan Sadhasivam
On Mon, Apr 30, 2018 at 02:04:34PM +0100, Colin King wrote: > From: Colin Ian King > > s900_functions, s900_padinfo and s900_pads are local to the source and do > not need to be in global scope, so make them static. > > Cleans up sparse warnings: >

Re: [PATCH][next] pinctrl: actions: make s900_functions, s900_padinfo and s900_pads static

2018-04-30 Thread Manivannan Sadhasivam
On Mon, Apr 30, 2018 at 02:04:34PM +0100, Colin King wrote: > From: Colin Ian King > > s900_functions, s900_padinfo and s900_pads are local to the source and do > not need to be in global scope, so make them static. > > Cleans up sparse warnings: >

[PATCH][next] pinctrl: actions: make s900_functions, s900_padinfo and s900_pads static

2018-04-30 Thread Colin King
From: Colin Ian King s900_functions, s900_padinfo and s900_pads are local to the source and do not need to be in global scope, so make them static. Cleans up sparse warnings: drivers/pinctrl/actions/pinctrl-s900.c:1445:30: warning: symbol 's900_functions' was not

[PATCH][next] pinctrl: actions: make s900_functions, s900_padinfo and s900_pads static

2018-04-30 Thread Colin King
From: Colin Ian King s900_functions, s900_padinfo and s900_pads are local to the source and do not need to be in global scope, so make them static. Cleans up sparse warnings: drivers/pinctrl/actions/pinctrl-s900.c:1445:30: warning: symbol 's900_functions' was not declared. Should it be static?