OSDN Git Service

mmc: core: Export a few functions needed for blkmq support
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 22 Sep 2017 12:36:59 +0000 (15:36 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 30 Oct 2017 10:45:56 +0000 (11:45 +0100)
commitcb39f61e9b1e675c8df86df69d53f08334b34077
tree45e3ed381a81bc530a6b3a06b571984e084d4309
parent27d70d368021160fada401d3e2641fbd38a9d10a
mmc: core: Export a few functions needed for blkmq support

The following functions are needed by the mmc block device driver, once it
converts to blkmq, therefore let's export them.

mmc_start_bkops()
mmc_start_request()
mmc_retune_hold_now()
mmc_retune_release()

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/core.c
drivers/mmc/core/core.h
drivers/mmc/core/host.c
drivers/mmc/core/host.h
drivers/mmc/core/mmc_ops.c