mmc: ops: export mmc_get_status()
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 20 Aug 2017 21:39:07 +0000 (23:39 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 30 Aug 2017 13:03:39 +0000 (15:03 +0200)
commit1bee324a5627ab05ff9899709a613b8739813eda
treeceef16db509fca6b62d29815494295170c06be72
parent69f7599e6c55b80aa34fee18217a67d16703b906
mmc: ops: export mmc_get_status()

This function retrieves the status of the card with the default
number of retries. Since the block layer wants to use this, and
since the block layer is a loadable kernel module, we need to
export this symbol.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/mmc_ops.c