]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmd
authorJaehoon Chung <jh80.chung@samsung.com>
Sun, 30 May 2021 23:31:49 +0000 (08:31 +0900)
committerPeng Fan <peng.fan@nxp.com>
Tue, 22 Jun 2021 04:03:11 +0000 (12:03 +0800)
commit4aab58a8dc22a66efa47fe66887ecd50a943b7cb
tree0d14b64da962d4cb546017ab632a83255958e580
parentea98a31e9f86adf7b3b7ff55ae7beeb092ecbc41
mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmd

Use mmc_send_cmd instead of dm_mmc_send_cmd.
It doesn't need to distinguish this function.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/fsl_esdhc_imx.c
drivers/mmc/mmc_private.h
include/mmc.h