Skip to content
Commit 6685ac62 authored by Ulf Hansson's avatar Ulf Hansson
Browse files

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: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 0967edc6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment