diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-10-05 16:09:47 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-10-05 16:09:46 -0700 |
| commit | 928b34b6b318c80f24802f50bc04cf9678530b45 (patch) | |
| tree | 80e71861dd974c6742e2642629a40cb5ac6d79e9 /include | |
| parent | 6963c78e4d5326eb38211448a136ed1ec7f62ce7 (diff) | |
| parent | f411e6c386362715492b0e6255ba0a4c905f5b6c (diff) | |
Merge "mmc: sdhci-msm: flush mmc detect work asynchronously."
Diffstat (limited to 'include')
| -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 0065ffc9322b..08b3b8348fd7 100644 --- a/include/linux/mmc/core.h +++ b/include/linux/mmc/core.h @@ -170,6 +170,7 @@ extern int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error); extern int mmc_get_ext_csd(struct mmc_card *card, u8 **new_ext_csd); extern int mmc_set_auto_bkops(struct mmc_card *card, bool enable); extern int mmc_suspend_clk_scaling(struct mmc_host *host); +extern void mmc_flush_detect_work(struct mmc_host *); #define MMC_ERASE_ARG 0x00000000 #define MMC_SECURE_ERASE_ARG 0x80000000 |
