]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: atmel-mci: use SET_RUNTIME_PM_OPS() macro
authorLudovic Desroches <ludovic.desroches@atmel.com>
Fri, 12 Dec 2014 23:44:11 +0000 (00:44 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 12 Dec 2014 23:44:11 +0000 (00:44 +0100)
commit06c5347fd761e59bdc4f0b07980056de9d70558b
treeff7e10d8723f5849e39518697de835dd6c81f84c
parent3343dd68474f4faee183c6a6eb4362214c9e4eda
mmc: atmel-mci: use SET_RUNTIME_PM_OPS() macro

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>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/mmc/host/atmel-mci.c