Re: [PATCH 2/5] pinctrl: ab8500: Staticize some symbols

2013-04-09 Thread Linus Walleij
On Tue, Mar 19, 2013 at 7:31 AM, Sachin Kamat wrote: > These symbols are used only in this file. Silences the following > warnings: > drivers/pinctrl/pinctrl-ab8500.c:392:28: warning: > symbol 'ab8500_alternate_functions' was not declared. Should it be static? > drivers/pinctrl/pinctrl-ab8500.c:4

Re: [PATCH 2/5] pinctrl: ab8500: Staticize some symbols

2013-03-19 Thread Patrice CHOTARD
On 03/19/2013 07:31 AM, Sachin Kamat wrote: > These symbols are used only in this file. Silences the following > warnings: > drivers/pinctrl/pinctrl-ab8500.c:392:28: warning: > symbol 'ab8500_alternate_functions' was not declared. Should it be static? > drivers/pinctrl/pinctrl-ab8500.c:458:32: war

[PATCH 2/5] pinctrl: ab8500: Staticize some symbols

2013-03-18 Thread Sachin Kamat
These symbols are used only in this file. Silences the following warnings: drivers/pinctrl/pinctrl-ab8500.c:392:28: warning: symbol 'ab8500_alternate_functions' was not declared. Should it be static? drivers/pinctrl/pinctrl-ab8500.c:458:32: warning: symbol 'ab8500_gpio_irq_cluster' was not declared