diff options
author | NeilBrown <neilb@suse.de> | 2015-03-26 04:18:23 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2015-03-27 12:34:12 +0300 |
commit | f57ba4ca483a3e7d0ca31677f3baf036740c883b (patch) | |
tree | 3bc79582111166708e96b937085086e9367d05d3 /include/linux/mmc | |
parent | 3a3ad3e9d54c968de1a26fe8ad5982f7ddec7e9f (diff) | |
download | linux-f57ba4ca483a3e7d0ca31677f3baf036740c883b.tar.xz |
mmc: omap_hsmmc: stop using ->enable|disable() callbacks
The ->enable|disable() callbacks are only used to get and put runtime
PM references. Currently omap_hsmmc's ->set_ios() already does this
itself.
Other host drivers deals with runtime PM without using the
->enable|disable() callbacks and thus do the runtime PM reference
counting themselves. Apply that approach for omap_hsmmc as well and
then discard the ->enable|disable() callbacks.
Signed-off-by: NeilBrown <neil@brown.name>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/mmc')
0 files changed, 0 insertions, 0 deletions