aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mmc/host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index 9b04e717bb86..f39888cf5017 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -212,7 +212,9 @@ struct mmc_host {
212 u32 ocr_avail_sdio; /* SDIO-specific OCR */ 212 u32 ocr_avail_sdio; /* SDIO-specific OCR */
213 u32 ocr_avail_sd; /* SD-specific OCR */ 213 u32 ocr_avail_sd; /* SD-specific OCR */
214 u32 ocr_avail_mmc; /* MMC-specific OCR */ 214 u32 ocr_avail_mmc; /* MMC-specific OCR */
215#ifdef CONFIG_PM_SLEEP
215 struct notifier_block pm_notify; 216 struct notifier_block pm_notify;
217#endif
216 u32 max_current_330; 218 u32 max_current_330;
217 u32 max_current_300; 219 u32 max_current_300;
218 u32 max_current_180; 220 u32 max_current_180;
@@ -433,8 +435,6 @@ static inline int mmc_regulator_set_vqmmc(struct mmc_host *mmc,
433 435
434int mmc_regulator_get_supply(struct mmc_host *mmc); 436int mmc_regulator_get_supply(struct mmc_host *mmc);
435 437
436int mmc_pm_notify(struct notifier_block *notify_block, unsigned long, void *);
437
438static inline int mmc_card_is_removable(struct mmc_host *host) 438static inline int mmc_card_is_removable(struct mmc_host *host)
439{ 439{
440 return !(host->caps & MMC_CAP_NONREMOVABLE); 440 return !(host->caps & MMC_CAP_NONREMOVABLE);