mmc: core: Don't export some eMMC specific functions from core.c
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 8 Jun 2017 13:27:37 +0000 (15:27 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 20 Jun 2017 08:30:42 +0000 (10:30 +0200)
commit066d9cc546c20e5f4f3c3c4ca08c107506728dcb
tree4062028e75abdd15229ca521ebf59fc40a8fb904
parent3aa9995136cdaecf7dd7b4f50a5a272f71054c33
mmc: core: Don't export some eMMC specific functions from core.c

The mmc_start|stop_bkops(), mmc_read_bkops_status() and mmc_interrupt_hpi()
functions are all used from within the mmc core module, thus there are no
need to use EXPORT_SYMBOL() for them, so let's remove it.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>
drivers/mmc/core/core.c