diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-05-26 00:10:37 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-26 00:10:37 -0700 |
| commit | 12896a6fc67cc9b26a3378ad5a07ebbe4a9e4c6a (patch) | |
| tree | 7f78820e781e10a8fee363a482330f37ebf79e1b /include/linux | |
| parent | f5b9a7e2706c2fd00c89a2e46294bf1cebfbd9d4 (diff) | |
| parent | b8189b170793ca0bce98a1b49a673d63d028b805 (diff) | |
Merge "mmc: core: extend SDR104 workaround for other paths"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmc/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/core.h b/include/linux/mmc/core.h index 2a1a6fec179f..0065ffc9322b 100644 --- a/include/linux/mmc/core.h +++ b/include/linux/mmc/core.h @@ -223,6 +223,7 @@ extern void mmc_cmdq_clk_scaling_start_busy(struct mmc_host *host, bool lock_needed); extern void mmc_cmdq_clk_scaling_stop_busy(struct mmc_host *host, bool lock_needed, bool is_cmdq_dcmd); +extern void mmc_recovery_fallback_lower_speed(struct mmc_host *host); /** * mmc_claim_host - exclusively claim a host |
