commit | 3958790e673244ec3b0c62197b7372af303f1351 | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Wed Feb 13 18:42:06 2019 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Feb 25 15:20:58 2019 +0100 |
tree | ce4b9063cbecead5162e14c306d6c0ddc5f87951 | |
parent | de13d5a44e61366ab5b75c111449ca284b6e3f5d [diff] |
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>