]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameter
authorUlf Hansson <ulf.hansson@linaro.org>
Fri, 5 Dec 2014 10:31:22 +0000 (11:31 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 8 Dec 2014 08:11:04 +0000 (09:11 +0100)
commitd1bc8357fbac3e106ef99c92bdb98f1a7e78fe2b
treed424d9f91774042e9c7e57883052b61bf3d99e29
parente3488043758b57bc1c4627a812c221affb254b76
mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameter

To be able to use mmc_send_tuning() prior the struct mmc_card has been
allocated, let's convert it to take the struct mmc_host* as parameter
instead.

Suggested-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Dong Aisheng <b29396@freescale.com>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/mmc/core/mmc_ops.c
include/linux/mmc/core.h