Re: [PATCH 2/2] mfd: ab8500-gpadc: add CONFIG_PM_SLEEP to suspend/resume

2013-08-14 Thread Lee Jones
On Wed, 14 Aug 2013, Linus Walleij wrote: > On Fri, Aug 2, 2013 at 7:21 AM, Jingoo Han wrote: > > > Add CONFIG_PM_SLEEP to suspend/resume functions to fix the build > > warnings when CONFIG_PM_SLEEP is not selected. This is because > > sleep PM callbacks defined by SET_SYSTEM_SLEEP_PM_OPS are on

Re: [PATCH 2/2] mfd: ab8500-gpadc: add CONFIG_PM_SLEEP to suspend/resume

2013-08-14 Thread Linus Walleij
On Fri, Aug 2, 2013 at 7:21 AM, Jingoo Han wrote: > Add CONFIG_PM_SLEEP to suspend/resume functions to fix the build > warnings when CONFIG_PM_SLEEP is not selected. This is because > sleep PM callbacks defined by SET_SYSTEM_SLEEP_PM_OPS are only used > when the CONFIG_PM_SLEEP is enabled. > > dr

Re: [PATCH 2/2] mfd: ab8500-gpadc: add CONFIG_PM_SLEEP to suspend/resume

2013-08-02 Thread Lee Jones
On Fri, 02 Aug 2013, Jingoo Han wrote: > Add CONFIG_PM_SLEEP to suspend/resume functions to fix the build > warnings when CONFIG_PM_SLEEP is not selected. This is because > sleep PM callbacks defined by SET_SYSTEM_SLEEP_PM_OPS are only used > when the CONFIG_PM_SLEEP is enabled. > > drivers/mfd/a

[PATCH 2/2] mfd: ab8500-gpadc: add CONFIG_PM_SLEEP to suspend/resume

2013-08-01 Thread Jingoo Han
Add CONFIG_PM_SLEEP to suspend/resume functions to fix the build warnings when CONFIG_PM_SLEEP is not selected. This is because sleep PM callbacks defined by SET_SYSTEM_SLEEP_PM_OPS are only used when the CONFIG_PM_SLEEP is enabled. drivers/mfd/ab8500-gpadc.c:891:12: warning: 'ab8500_gpadc_suspend