pinctrl: export pinctrl_pm_select_*_state
authorArnd Bergmann <arnd@arndb.de>
Mon, 17 Jun 2013 15:12:28 +0000 (17:12 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 17 Jun 2013 16:29:32 +0000 (18:29 +0200)
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 <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

No differences found