ANDROID: mmc: core: Remove left-over MMC_PM_IGNORE_PM_NOTIFY definition

Re-align with Mainline.

Bug: 191637574
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Change-Id: Iffa281239369a336506414d4f05e791b713b2446
This commit is contained in:
Lee Jones
2021-06-21 13:08:49 +01:00
parent 377f65b631
commit e948ede1b3
-1
View File
@@ -23,6 +23,5 @@ typedef unsigned int mmc_pm_flag_t;
#define MMC_PM_KEEP_POWER (1 << 0) /* preserve card power during suspend */
#define MMC_PM_WAKE_SDIO_IRQ (1 << 1) /* wake up host system on SDIO IRQ assertion */
#define MMC_PM_IGNORE_PM_NOTIFY (1 << 2) /* ignore mmc pm notify */
#endif /* LINUX_MMC_PM_H */