diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 9b0450d58d70..0c65678ed377 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h @@ -286,6 +286,10 @@ struct mmc_host { u32 ocr_avail_sdio; /* SDIO-specific OCR */ u32 ocr_avail_sd; /* SD-specific OCR */ u32 ocr_avail_mmc; /* MMC-specific OCR */ +#ifdef CONFIG_PM_SLEEP + /* DO NOT USE, is not used, for abi preservation only */ + struct notifier_block pm_notify; +#endif struct wakeup_source *ws; /* Enable consume of uevents */ u32 max_current_330; u32 max_current_300;