From: Ulf Hansson Date: Mon, 6 Oct 2014 11:51:40 +0000 (+0200) Subject: mmc: core: Convert mmc_driver to device_driver X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~28^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6685ac62b2f08fcff77dc35c6b8bff1b74aaa408;p=pandora-kernel.git mmc: core: Convert mmc_driver to device_driver The struct mmc_driver adds an extra layer on top of the struct device_driver. That would be fine, if there were a good reason, but that's not the case. Let's simplify code by converting to the common struct device_driver instead and thus also removing superfluous overhead. Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed