]> git.karo-electronics.de Git - linux-beck.git/commit
pinctrl: nomadik: Silence compiler warn for !CONFIG_PM
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 12 Feb 2014 12:59:38 +0000 (13:59 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 25 Feb 2014 09:49:12 +0000 (10:49 +0100)
commit131d85bc3aea81fbe35a30d6df0a6501b87294ed
treed3f60d2e9220a00d6b718321504d5d716a4b5e79
parent202909cdf117743bdbf8abc0f817950c8955c8cf
pinctrl: nomadik: Silence compiler warn for !CONFIG_PM

The static suspend/resume functions were not being used while
!CONFIG_PM. Fix it and convert to CONFIG_PM_SLEEP.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-nomadik.c