commit | 571dce4f105cf2b8e57ec4330da71bd0cb6d38bb | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Thu Jan 23 00:38:00 2014 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon May 12 12:52:34 2014 +0200 |
tree | f1bc23d2923c2ef9c3de927368bb4266ea61acba | |
parent | 42dcc89a914722635814ae405cfdacfeccad82d1 [diff] |
mmc: mmci: Let runtime PM callbacks be available for CONFIG_PM Convert to the SET_PM_RUNTIME_PM macro while defining the runtime PM callbacks. This means the callbacks becomes available for both CONFIG_PM_SLEEP and CONFIG_PM_RUNTIME, which is needed to handle the combinations of these scenarios. Cc: Russell King <linux@arm.linux.org.uk> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>