diff options
Diffstat (limited to 'drivers/mmc/core/core.c')
-rw-r--r-- | drivers/mmc/core/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index a7e2c4b2f18c..28b1ffaf0bd1 100644 --- a/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c | |||
@@ -950,7 +950,7 @@ int mmc_regulator_get_ocrmask(struct regulator *supply) | |||
950 | 950 | ||
951 | return result; | 951 | return result; |
952 | } | 952 | } |
953 | EXPORT_SYMBOL(mmc_regulator_get_ocrmask); | 953 | EXPORT_SYMBOL_GPL(mmc_regulator_get_ocrmask); |
954 | 954 | ||
955 | /** | 955 | /** |
956 | * mmc_regulator_set_ocr - set regulator to match host->ios voltage | 956 | * mmc_regulator_set_ocr - set regulator to match host->ios voltage |
@@ -1020,7 +1020,7 @@ int mmc_regulator_set_ocr(struct mmc_host *mmc, | |||
1020 | "could not set regulator OCR (%d)\n", result); | 1020 | "could not set regulator OCR (%d)\n", result); |
1021 | return result; | 1021 | return result; |
1022 | } | 1022 | } |
1023 | EXPORT_SYMBOL(mmc_regulator_set_ocr); | 1023 | EXPORT_SYMBOL_GPL(mmc_regulator_set_ocr); |
1024 | 1024 | ||
1025 | #endif /* CONFIG_REGULATOR */ | 1025 | #endif /* CONFIG_REGULATOR */ |
1026 | 1026 | ||