From: NeilBrown Date: Thu, 26 Mar 2015 01:18:23 +0000 (+1100) Subject: mmc: omap_hsmmc: stop using ->enable|disable() callbacks X-Git-Tag: omap-for-v4.1/fixes-rc1~178^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f57ba4ca483a3e7d0ca31677f3baf036740c883b;p=pandora-kernel.git 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 Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed