commit | 6685ac62b2f08fcff77dc35c6b8bff1b74aaa408 | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Mon Oct 06 13:51:40 2014 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Nov 10 12:40:33 2014 +0100 |
tree | 8fb75914fa7c3bea075f659b1f40524317e47a0c | |
parent | 0967edc6ef5c3c181cabde3178ea9f33e5130e4a [diff] |
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 <ulf.hansson@linaro.org>