commit | 8d60adb406848f29f4bb7401bfe85af6d944a0ff | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 13:52:27 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | 0f18f7524b2d36e0d719c6a875ae225f81123f31 | |
parent | 518a8961002d2d8259b55a10c7c98ca90ba2f3c2 [diff] |
dm: mmc: Add a function to obtain the block device The MMC block device is contained within struct mmc. But with driver model this will not be the case. Add a function to obtain the block device. We can later implement this for CONFIG_BLK. Signed-off-by: Simon Glass <sjg@chromium.org>