From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov) Date: Sat, 06 Jul 2013 02:48:03 +0400 Subject: [PATCH] arm: Convert sa1111 platform and bus legacy pm_ops to dev_pm_ops In-Reply-To: <1373064297-13582-1-git-send-email-shuah.kh@samsung.com> References: <1373064297-13582-1-git-send-email-shuah.kh@samsung.com> Message-ID: <51D74D23.8030805@cogentembedded.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello. On 07/06/2013 02:44 AM, Shuah Khan wrote: > Convert arch/arm/common/sa1111 platform and bus legacy pm_ops to dev_pm_ops. > This change also updates the use of COMFIG_PM to CONFIG_PM_SLEEP as this > platform and bus code implements PM_SLEEP ops and not the PM_RUNTIME ops. > Compile tested. It may be compile tested but the patch description doesn't match the patch (which is a simple trailing space fix). > Signed-off-by: Shuah Khan > --- > arch/arm/common/sa1111.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/common/sa1111.c b/arch/arm/common/sa1111.c > index 2a64c12..95594f0 100644 > --- a/arch/arm/common/sa1111.c > +++ b/arch/arm/common/sa1111.c > @@ -1321,7 +1321,7 @@ static int sa1111_bus_resume(struct device *dev) > } > static SIMPLE_DEV_PM_OPS(sa1111_bus_dev_pm_ops, sa1111_bus_suspend, > sa1111_bus_resume); > -#endif > +#endif WBR, Sergei