commit | 8dede18e2e86c8e272cd74e66b0e86872cbe7e02 | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Thu Nov 05 16:11:12 2015 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Tue Dec 22 11:32:04 2015 +0100 |
tree | f1b557366ff4baf7ea10bff82f40e713a0593473 | |
parent | 7b6471a968bf95e8d526393de125df3bc0c6a73a [diff] |
mmc: core: Refactor code to register the MMC PM notifier Instead of checking for "#ifdef" directly in the code, let's invent a pair of mmc core functions to deal with register/unregister the MMC PM notifier block. Implement stubs for these functions when CONFIG_PM_SLEEP is unset, as in that case the PM notifiers isn't used. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>