Skip to content

Commit 4512bd3

Browse files
ahunter6storulf
authored andcommitted
mmc: block: No need to export mmc_cleanup_queue()
mmc_cleanup_queue() is not used by a different module. Do not export it. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Tested-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 1907e38 commit 4512bd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mmc/core/queue.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ void mmc_cleanup_queue(struct mmc_queue *mq)
270270

271271
mq->card = NULL;
272272
}
273-
EXPORT_SYMBOL(mmc_cleanup_queue);
274273

275274
/**
276275
* mmc_queue_suspend - suspend a MMC request queue

0 commit comments

Comments
 (0)