OSDN Git Service

mmc: core: Convert mmc_regulator_get_ocrmask() to static
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 13 Feb 2019 17:42:06 +0000 (18:42 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Feb 2019 14:20:58 +0000 (15:20 +0100)
commit3958790e673244ec3b0c62197b7372af303f1351
treece4b9063cbecead5162e14c306d6c0ddc5f87951
parentde13d5a44e61366ab5b75c111449ca284b6e3f5d
mmc: core: Convert mmc_regulator_get_ocrmask() to static

The only left user of mmc_regulator_get_ocrmask() is the mmc core itself.
Therefore, let's drop the export and turn it into static.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/regulator.c
include/linux/mmc/host.h