Re: [PATCH] pinctrl: nomadik: hide unused functions

2016-01-28 Thread Uwe Kleine-König
Hello Arnd, On Mon, Jan 25, 2016 at 04:59:09PM +0100, Arnd Bergmann wrote: > The nomadik pinctrl driver has two functions that are only used > for debugfs output and are otherwise unused: > > drivers/pinctrl/nomadik/pinctrl-abx500.c:194:12: error: > 'abx500_get_pull_updown' defined but not used

Re: [PATCH] pinctrl: nomadik: hide unused functions

2016-01-28 Thread Linus Walleij
On Mon, Jan 25, 2016 at 4:59 PM, Arnd Bergmann wrote: > The nomadik pinctrl driver has two functions that are only used > for debugfs output and are otherwise unused: > > drivers/pinctrl/nomadik/pinctrl-abx500.c:194:12: error: > 'abx500_get_pull_updown' defined but not used > drivers/pinctrl/nom

[PATCH] pinctrl: nomadik: hide unused functions

2016-01-25 Thread Arnd Bergmann
The nomadik pinctrl driver has two functions that are only used for debugfs output and are otherwise unused: drivers/pinctrl/nomadik/pinctrl-abx500.c:194:12: error: 'abx500_get_pull_updown' defined but not used drivers/pinctrl/nomadik/pinctrl-abx500.c:471:12: error: 'abx500_get_mode' defined but