[PATCH] pinctrl: export pinctrl_pm_select_*_state

2013-06-17 Thread Arnd Bergmann
The three functions pinctrl_pm_select_default_state, pinctrl_pm_select_sleep_state, and pinctrl_pm_select_idle_state are used in drivers that can be loadable modules, and should be exported. Signed-off-by: Arnd Bergmann diff --git a/drivers/pinctrl/core.c b/drivers/pinctrl/core.c index 33710b5..

Re: [PATCH] pinctrl: export pinctrl_pm_select_*_state

2013-06-17 Thread Linus Walleij
On Mon, Jun 17, 2013 at 5:12 PM, Arnd Bergmann wrote: > The three functions pinctrl_pm_select_default_state, > pinctrl_pm_select_sleep_state, and pinctrl_pm_select_idle_state > are used in drivers that can be loadable modules, and should > be exported. > > Signed-off-by: Arnd Bergmann That's ri