commit | d6eb25e9878617f9a1d7f06ec21c9b981bb0a4e5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 29 11:35:22 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Aug 17 16:44:17 2017 +0900 |
tree | 4ba328d13c4cf15debdd35b11538b4c765680907 | |
parent | e88e1d9c048671d6fd896318dab2484b4ecb1da3 [diff] |
dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init() We want to use fsl_esdhc_init() with driver model. Move the mmc_init() out of this function so that we can use it for our common init. Signed-off-by: Simon Glass <sjg@chromium.org>