mmc: core: remove unused host parameter of mmc_sd_get_csd()
authorYue Hu <huyue2@yulong.com>
Mon, 18 Jan 2021 08:45:20 +0000 (16:45 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 1 Feb 2021 10:54:48 +0000 (11:54 +0100)
commitbd7342fea7f88863605fabce103ff0dc5d488276
tree58f448173f8d0ffc81f1a2f1cf1af636859fe969
parent37af07d91d0a28f75e45d52ac8959e6bd587a4aa
mmc: core: remove unused host parameter of mmc_sd_get_csd()

The host parameter is not used in the body of mmc_sd_get_csd(),
so let's remove it. Update related code at the same time.

Signed-off-by: Yue Hu <huyue2@yulong.com>
Link: https://lore.kernel.org/r/20210118084520.241-1-zbestahu@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/sd.c
drivers/mmc/core/sd.h
drivers/mmc/core/sdio.c