summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc_ops.h
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.h
parent7eece8d0e436e1eabc6b0adb04872964afe20b35 (diff)
downloadop-kernel-dev-f90d2e4035d456cb20c0b784725d556eb4de4d8a.zip
op-kernel-dev-f90d2e4035d456cb20c0b784725d556eb4de4d8a.tar.gz
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.h')
-rw-r--r--drivers/mmc/core/mmc_ops.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/core/mmc_ops.h b/drivers/mmc/core/mmc_ops.h
index f498f9a..f1b8e81 100644
--- a/drivers/mmc/core/mmc_ops.h
+++ b/drivers/mmc/core/mmc_ops.h
@@ -28,6 +28,9 @@ int mmc_bus_test(struct mmc_card *card, u8 bus_width);
int mmc_send_hpi_cmd(struct mmc_card *card, u32 *status);
int mmc_can_ext_csd(struct mmc_card *card);
int mmc_switch_status_error(struct mmc_host *host, u32 status);
+int __mmc_switch(struct mmc_card *card, u8 set, u8 index, u8 value,
+ unsigned int timeout_ms, bool use_busy_signal, bool send_status,
+ bool ignore_crc);
#endif
OpenPOWER on IntegriCloud