linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] mmc: atmel-mci: use SET_RUNTIME_PM_OPS() macro
       [not found] <patch_pm/0002-PM-Remove-the-SET_PM_RUNTIME_PM_OPS-macro.patch>
@ 2014-12-11 10:18 ` Ulf Hansson
  0 siblings, 0 replies; only message in thread
From: Ulf Hansson @ 2014-12-11 10:18 UTC (permalink / raw)
  To: Ulf Hansson, Chris Ball, Rafael J. Wysocki, Len Brown, Pavel Machek
  Cc: linux-mmc, linux-pm, Ludovic Desroches

From: Ludovic Desroches <ludovic.desroches@atmel.com>

The currently used SET_PM_RUNTIME_PM_OPS() macro is defined to the
SET_RUNTIME_PM_OPS() macro. Convert to the later, since that's the
proper one to use.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
---
 drivers/mmc/host/atmel-mci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c
index 62aba9a..03d7c75 100644
--- a/drivers/mmc/host/atmel-mci.c
+++ b/drivers/mmc/host/atmel-mci.c
@@ -2561,7 +2561,7 @@ static int atmci_runtime_resume(struct device *dev)
 static const struct dev_pm_ops atmci_dev_pm_ops = {
 	SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
 				pm_runtime_force_resume)
-	SET_PM_RUNTIME_PM_OPS(atmci_runtime_suspend, atmci_runtime_resume, NULL)
+	SET_RUNTIME_PM_OPS(atmci_runtime_suspend, atmci_runtime_resume, NULL)
 };
 
 static struct platform_driver atmci_driver = {
-- 
1.9.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-11 10:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <patch_pm/0002-PM-Remove-the-SET_PM_RUNTIME_PM_OPS-macro.patch>
2014-12-11 10:18 ` [PATCH 1/2] mmc: atmel-mci: use SET_RUNTIME_PM_OPS() macro Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).