aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc_ops.c
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2015-09-15 15:19:45 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2015-10-26 15:59:54 +0100
commitf90d2e4035d456cb20c0b784725d556eb4de4d8a (patch)
treeca079929290d32f6d314cfe521bf5cfd65e496e9 /drivers/mmc/core/mmc_ops.c
parentmmc: vub300: Remove unneded semicolons (diff)
downloadlinux-dev-f90d2e4035d456cb20c0b784725d556eb4de4d8a.tar.xz
linux-dev-f90d2e4035d456cb20c0b784725d556eb4de4d8a.zip
mmc: core: Convert __mmc_switch() into an internal core function
As there are no users of the __mmc_switch() API, except for the mmc core itself, let's convert it from an exported function into an internal. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/core/mmc_ops.c')
-rw-r--r--drivers/mmc/core/mmc_ops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/core/mmc_ops.c b/drivers/mmc/core/mmc_ops.c
index 0e9ae1c276c8..57f3a21783e9 100644
--- a/drivers/mmc/core/mmc_ops.c
+++ b/drivers/mmc/core/mmc_ops.c
@@ -579,7 +579,6 @@ out:
return err;
}
-EXPORT_SYMBOL_GPL(__mmc_switch);
int mmc_switch(struct mmc_card *card, u8 set, u8 index, u8 value,
unsigned int timeout_ms)