Skip to content

Commit 1bee324

Browse files
Linus Walleijstorulf
authored andcommitted
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 <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent 69f7599 commit 1bee324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mmc/core/mmc_ops.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ int mmc_send_status(struct mmc_card *card, u32 *status)
8383
{
8484
return __mmc_send_status(card, status, MMC_CMD_RETRIES);
8585
}
86+
EXPORT_SYMBOL_GPL(mmc_send_status);
8687

8788
static int _mmc_select_card(struct mmc_host *host, struct mmc_card *card)
8889
{

0 commit comments

Comments
 (0)